Description of problem: Today when writing a query in the search bar, the search is case-sensitive, which isn't very user-friendly, as usually users would prefer a case-insensitive search How reproducible: Always Steps to Reproduce: 1. Search for something in the search bar Actual results: The search is case-sensitive Expected results: The search should be case-insensitive, providing better results
oVirt 3.4.0 alpha has been released including the fix for this issue.
Is case insensitiveness only for value or even for object/property?
Well, the purpose was to handle the values, but I saw that queries like: Vms:NaMe = fedor* also work, so looks like it also handles that. (The fix I applied was to pass this flag to the engine side... didn't implement some new functionality in the engine, so that's why I wasn't sure about that).
ok, ovirt-engine-3.4.0-0.2.master.20140112020439.git9ad8529.el6.noarch uSers : nAme = everyONE output is OK
this is an automated message: moving to Closed CURRENT RELEASE since oVirt 3.4.0 has been released