Bug 1035301 - [RFE] Allow searching by the description field
Summary: [RFE] Allow searching by the description field
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: oVirt
Classification: Retired
Component: ovirt-engine-core
Version: 3.4
Hardware: All
OS: Linux
low
low
Target Milestone: ---
: 3.4.0
Assignee: Adam Litke
QA Contact: Pavel Novotny
URL:
Whiteboard: infra
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-27 13:55 UTC by Adam Litke
Modified: 2014-03-31 15:04 UTC (History)
4 users (show)

Fixed In Version: ovirt-3.4.0-alpha1
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-03-31 15:04:47 UTC
oVirt Team: ---


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 21656 0 None None None Never

Description Adam Litke 2013-11-27 13:55:53 UTC
In the ovirt-engine search box, it should be possible to search on the description property for objects which have it.  Also make sure that the auto-completion feature suggests 'description' where appropriate.

The objects which need to be updated are: VMs, Templates, and Storage Domains.

Comment 1 Sandro Bonazzola 2014-01-13 13:56:44 UTC
oVirt 3.4.0 alpha has been released including the fix for this issue.

Comment 2 Pavel Novotny 2014-02-07 14:24:14 UTC
Verified in ovirt-engine-3.4.0-0.5.beta1.el6.noarch.

I created one of each following entities with description "my description":
data center, cluster, logical network, storage, disk, VM, pool, template.

Then I ran these search queries (also for the other entities beside 'Datacenter'):
Datacenter: description = "my description"
Datacenter: description = "my descr*"
Datacenter: description = "*description"
Datacenter: description = "*descr*"
Datacenter: description != "something else"
Datacenter: description != "something*"
Datacenter: description != "*else"
Datacenter: description != "*thing*"
dAtAcEnTeR: description = "my description"
Datacenter: dEsCrIpTiOn = "my description"
Datacenter: description = "My DeScRiPtIoN"
dAtAcEnTeR: dEsCrIpTiOn = "My DeScRiPtIoN"

All returned the given entity.


I encountered problems when using some special characters in the query, but it seems to be a more general problem of the search engine itself, filed separately as bug 1062351.

Comment 3 Sandro Bonazzola 2014-03-31 15:04:47 UTC
This is an automated message: moving to Closed CURRENT_RELEASE since oVirt 3.4.0 has been released.


Note You need to log in before you can comment on or make changes to this bug.