Search improvement
ClosedPublic

Authored by lbrabec on Jul 7 2015, 8:29 AM.

Details

Summary

Exact search checkbox removed, search now works as follows:

  • you can use * or % as wildcard
  • with no wildcard, substring search is performed (same as *item*)
  • wildcard can be in the middle of search query (e.g. python*fc22)
Test Plan

$ python runapp.py nad try it

Diff Detail

Repository
rRSFE resultsdb_frontend
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
lbrabec retitled this revision from to Search improvement.Jul 7 2015, 8:29 AM
lbrabec updated this object.
lbrabec edited the test plan for this revision. (Show Details)
lbrabec added reviewers: kparal, jskladan.

Looks good to me, but please wait for @jskladan's ack.

jskladan accepted this revision.Jul 8 2015, 8:33 AM
This revision is now accepted and ready to land.Jul 8 2015, 8:33 AM
Closed by commit rRSFE0030bcd3ec47: Search improvement (authored by Lukas Brabec <lbrabec@redhat.com>). · Explain WhyJul 8 2015, 9:46 AM
This revision was automatically updated to reflect the committed changes.