Top "Search" questions

Questions about search algorithm mechanics and implementation.

IntelliJ IDEA global search

I would like to search across projects for variable usages, or at least for strings. I've got IndexYourFiles which works …

search full-text-search intellij-idea
Regular expression to search for Gadaffi

I'm trying to search for the word Gadaffi. What's the best regular expression to search for this? My best attempt …

regex search
What is the best autocomplete/suggest algorithm,datastructure [C++/C]

We see Google, Firefox some AJAX pages show up a list of probable items while user types characters. Can someone …

c++ c algorithm search autocomplete
How can I use a simple Dropdown list in the search box of GridView::widget, Yii2?

I am trying to make a dropdown list in the search box of a GridView::widget, Yii2 for searching related …

php search gridview drop-down-menu yii2
jQuery Datatables : Searching and filtering with Ajax pagination

I have a SQL table with 36000 entries to show in a Datatables list. The pagination works well since I develop …

jquery search datatables filtering paginate
Iterative deepening vs depth-first search

I keep reading about iterative deepening, but I don't understand how it differs from depth-first search. I understood that depth-first …

algorithm search artificial-intelligence depth-first-search iterative-deepening
What's the best Django search app?

I'm building a Django project that needs search functionality, and until there's a django.contrib.search, I have to choose …

python django search search-engine
Calculating Manhattan Distance in Python in an 8-Puzzle game

I am trying to code a simple A* solver in Python for a simple 8-Puzzle game. I have represented the …

python search puzzle a-star
How to filter the jqGrid data NOT using the built in search/filter box

I want users to be able to filter grid data without using the intrinsic search box. I have created two …

jquery search filter jqgrid
Eclipse: Java, see where class is used

Is there a way in Eclipse to select a Java class, and then bring up a list of all Java …

java eclipse search