Questions tagged [quick-search]

"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.

60 questions
17
votes
3 answers

Search suggestions from network resource into Quick Search box

I'm building the search in an application and need to have a way of putting the suggestions which I get from my server as a JSON-array into the list of suggestions which is displayed below the Quick Search Box. Is there an easy way to have the quick…
Eric Nordvik
  • 14,656
  • 8
  • 42
  • 50
12
votes
5 answers

After a bug is resolved in bugzilla, I don't find the bug existing anymore. How could I access it?

Once the bug is set RESOLVED, the bug is completely removed from my bugs. I wanted to keep a track of the number of issues resolved. How could I see it and get back all in one list?
user1545574
  • 121
  • 1
  • 3
11
votes
5 answers

Is there a Quick Search Tool in IntelliJ iDEA?

In STS (Spring Tool Suite) version, We have this quick search plugin (Ctrl+Shift+L) that quickly spawns a dialog box that progressively displays all found occurences of the text provided in the project. Is there such thing in IntelliJ IDEA? A good…
Chazz
  • 186
  • 1
  • 8
6
votes
4 answers

android app search button

I've been trying to make my app implement the built in quick search, similar to how it is done in ApiDemos' "app/search/invoke search". I have tried everything from trying to follow different examples, to copying the code exactly as it is in…
David Hedlund
  • 128,221
  • 31
  • 203
  • 222
4
votes
1 answer

JQuery Quicksearch in IE9

I have a page with a large table that uses jquery quicksearch to quickly search the table. This function as written works fine in Chrome, FF, and IE8 but in IE9 it fails. In fact it seems to fail in such a way that the remaining portion of the…
Josh
  • 145
  • 4
3
votes
1 answer

Search history in Android quick search

I am customizing quick search to display data from my app. Its working fine. Now the issue is, When I click on search button, I am not able to see the search history. What should I do get the search history (previously searched keywords)?
Padma
  • 656
  • 3
  • 11
  • 30
3
votes
1 answer

Does Android still support Quick Search Box integration?

I read some information about Quick Search Box and downloaded the SearchableDictionary sample to understand how to make app content available in the global search. When I deploy the app to my phone (Android M) it does not show in the selection list…
sidecarcat
  • 482
  • 5
  • 12
3
votes
4 answers

Building a quick search box with JQuery

I have the following markup:
  • 1
  • 12
  • 123
  • 1234
  • 12345
  • 123456
  • 1234567
  • 12345678
with…
William Calleja
  • 4,055
  • 11
  • 41
  • 51
2
votes
2 answers

How to use quicksearch jquery plugin for a particular column?

I have a gridview on which i want to apply quick-search plugin of jquery.I have implemented it successfully. But i want the search should be only according to a particular column, like:- I have three columns in a row. firstname, lastname, address.…
Ram Singh
  • 6,664
  • 35
  • 100
  • 166
2
votes
2 answers

[quicksearch] How to determine number of displayed rows?

I'm using jQuery with TableSorter and QuickSearch plugins. These work fine. How can I: dynamically display row numbers for each displayed row? somewhere on my page, display the total number of displayed rows?
Ayman
  • 11,265
  • 16
  • 66
  • 92
2
votes
0 answers

android Quick Search Box problem

i want to add a QSB in my activity which will show search result from a list of string variables with in my activity.Can anyone know how can i do this. Thanks in advance....
Sujit
  • 10,512
  • 9
  • 40
  • 45
2
votes
0 answers

jQuery QuickSearch

The filtering action runs on keypressed is there a way to make it run by a button. (i.e. the table is not filter unless a button is pressed). This will help in many ways especially on huge tables or when working on multiple tables. There are 2…
gabriel66
  • 21
  • 3
2
votes
3 answers

JQuery QuickSearch: Searching on load if the input isn't blank

I have used the jquery quicksearch plugin and it works fine, except for one problem. I would like the quicksearch to run when the page is loaded. I have created a second quicksearch function (which is called when the page is loaded) and changed the…
user301084
  • 64
  • 6
2
votes
1 answer

Tablesorter Filter with Quicksearch Plugin Issue for Showing Corresponding Contents

I am trying to make the table shows the corresponding contents when I pick a category. I have that successfully implemented. However, if I search in the search box (using the quicksearch plugin) after I pick a category, it will search all the rows…
Lancelot
  • 1,421
  • 2
  • 17
  • 27
2
votes
1 answer

quicksearch wrong selector

I'm using jquery quicksearch plugin to search through a list of elements but it seems that I'm not setting the correct selector. The markup is like this:
1
2 3 4