| Summary: | [RFE] Allow searching by the description field | ||
|---|---|---|---|
| Product: | [Retired] oVirt | Reporter: | Adam Litke <alitke> |
| Component: | ovirt-engine-core | Assignee: | Adam Litke <alitke> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Pavel Novotny <pnovotny> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.4 | CC: | acathrow, iheim, mavital, yeylon |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | 3.4.0 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | infra | ||
| Fixed In Version: | ovirt-3.4.0-alpha1 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-03-31 15:04:47 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Adam Litke
2013-11-27 13:55:53 UTC
oVirt 3.4.0 alpha has been released including the fix for this issue. 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. This is an automated message: moving to Closed CURRENT_RELEASE since oVirt 3.4.0 has been released. |