Tagged Questions
The quicksearch tag has no wiki summary.
3
votes
4answers
8k views
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 ...
2
votes
2answers
371 views
[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 ...
2
votes
0answers
427 views
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....
1
vote
2answers
109 views
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 ...
1
vote
1answer
304 views
How to put another button in android quick search box?
i'm using android qsb feature in my app. Qhen user click len button on hes keyboard, i open quick search box with one input box and one button.
I want to know if i can add another button in qsb.
I ...
1
vote
0answers
501 views
jQuery QuickSearch
1- 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 ...
1
vote
2answers
533 views
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 ...
1
vote
1answer
441 views
onAfter event in quicksearch plugin for jQuery called too soon
I'm using the quicksearch plugin for jQuery and generally it works well. I've added a function to the onAfter event which gets called but I have found that it is called before the style attribute on ...
0
votes
0answers
37 views
Jquery vs postback vs gridview event
I have this problem now!
Well, I have this jquery plugin already working fine in my website, but, when a postback happens, for example when I fire selectedIndexChanged event, the rows selected by the ...
0
votes
1answer
102 views
Resorting ISOtope elements after Search
I'm developing a new Hall of Fame for the Wisconsin Badgers. My beta version is viewable at http://www.uwbadgers.com/athletic-dept/hall-fame-beta.html
My question is, when the search feature is used ...
0
votes
0answers
58 views
shortcuts in Quick Search Box
How can I test the behavior of the Quick Search Box creating shortcuts for some of my suggestions, as mentioned in Managing Shortcuts? With the documentation alone it is unclear to me how prevalent ...
0
votes
1answer
82 views
Populating Quick Search Box via a web service
I am thinking of supporting Quick Search Box in my Android app. I would take what the user has typed and run a query on a remote server via web services. Is this pattern efficient enough or is it ...
0
votes
0answers
279 views
jQuery QuickSearch - Start hidden, show results then hide again
I am having issues with the jQuery plugin QuickSearch.
What I want to do is to load a series of DIVs hidden and then use the QuickSearch tool to display matching results. If the search box is ...
0
votes
0answers
175 views
IE9 strange behaviour with quicksearch plugin and jQuery
I want to talk about a strange behaviour I'm facing with brand new IE9, quicksearch jquery plugin and jQuery itself.
I created a search box which, by the user input, looks for results among a list of ...
0
votes
2answers
316 views
Magento 1.3.x Quick Search problem
We have built a website http://www.goshopping.pk/ (sorry had to post the link as its important for this question).
The quick search is not working as it should. For example, search "Nokia" and you ...
0
votes
2answers
215 views
jQuery / Ajax search by particular field
I have it all setup and working fine - what id like to do is have it only search by one particular field in a table (td with class of test).
Im using
...
0
votes
2answers
1k views
Jquery table search with pagination
I am using quicksearch and tablesorter.pager Jquery plugins on a table of data.
I can get quicksearch to filter results on a single page, not all the data across all pages.
I wondered if anyone else ...
0
votes
2answers
349 views
How to efficiently manage search suggestion using Android QSB?
I try to make a dictionary using Quick Search Box in Android. As shown in the SearchableDictionary tutorial, it loads all (999 definitions)data and uses them as matches to the input text to get the ...
0
votes
1answer
174 views
reinitialize quicksearch on a table?
I am using jQuery quickSearch to search multiple tables on a single page (one for each). The problem is some of the data can dynamically change in some of the table fields. I want quick search to ...
0
votes
0answers
138 views
Launching an app from the quick search box creates a new instance of the app?
When my application is running, I can click the "HOME" button to send the app to the background. Then I can get back to the application by using one of the 4 ways:
click the icon in the launch menu
...
0
votes
0answers
62 views
How to utilize QSB in each Activities separarely?
For example, my application has 3 Activities.
- List A
- List B
- Search Activity
I have Search Activity look up both List A and List B resources. This Activity will be usable from global search.
...
0
votes
1answer
148 views
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 ...
0
votes
1answer
266 views
jQuery quicksearch plug-in tinkering with JSON
I've implemented the quicksearch plugin by Rik Lomas and I love it for an application in a custom CMS I'm building. I was wondering though, since I'm going to have a bizillion items in the table if ...
0
votes
1answer
169 views
jQuery with quicksearch plugin performance problems
I'm using the jQuery quicksearch plugin to search for items in a table of data. Very slick and works fantastically well when there are a reasonable number of rows.
(Reasonable number: Less than 200 ...