"Quick search" is a basic search function in UI meant to be quicker and easier to use than regular search. Typically, it can only search a limited area by substring and often immediately shows the result as the user types the search terms.
Questions tagged [quick-search]
60 questions
0
votes
1 answer
PouchDB quick search: Search within for loop and return results AFTER for loop finish
I have the following document structure:
{
"_id": "car_1234",
"_rev": "1-9464f5d70547c255a423ff8dae653db1",
"Tags": [
"Audi",
"A4",
"black"
],
"Car Brand": "Audi",
"Model": "A4",
"Color": "black",
"CarDealerID":…

TotoSchillaci
- 25
- 7
0
votes
1 answer
quickSearch jQuery plug-in - Handling Live Content?
I'm using the quickSearch jQuery plug-in:
http://lomalogue.com/jquery/quicksearch/
The reason it's not working currently in my app, is that while my search box remains constant, the table does not...
It's a web app, and the table changes. Problem…

user479959
- 507
- 1
- 8
- 17
0
votes
0 answers
jquery quicksearch searching also header
I use the modified quicksearch with reset button from this site:
http://michael.theirwinfamily.net/articles/jquery/modify-jquerys-quicksearch-plugin-include-reset-button
This is my code: