Fix the search in ResultsDB
ClosedPublic

Authored by jskladan on Feb 1 2017, 1:16 PM.

Details

Summary

Fixes few hiccups in the search implementation.
First of all, the source for typeahead.js is changed to CDN that
serves the data over https, instead of http (which was causing problems
on prod).
Also, the testcase_tokenizer endpoint works if there are multiple pages
of testcases.
Search form is populated with the data from the URL, if present.

Test Plan

Tested locally

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.
jskladan retitled this revision from to Fix the search in ResultsDB.Feb 1 2017, 1:16 PM
jskladan updated this object.
jskladan edited the test plan for this revision. (Show Details)
jskladan added a reviewer: resultsdb.
kparal accepted this revision.Feb 1 2017, 3:50 PM
kparal added a reviewer: kparal.
This revision is now accepted and ready to land.Feb 1 2017, 3:50 PM
Closed by commit rRSFEce95bf85df35: Fix the search in ResultsDB (authored by Josef Skladanka <jskladan@redhat.com>). · Explain WhyFeb 2 2017, 8:31 AM
This revision was automatically updated to reflect the committed changes.