Top "Search" questions

Questions about search algorithm mechanics and implementation.

Expand and give focus to SearchView automatically

I'm developing an application where the user presses the "Search" icon in the ActionBar and a SearchView is made visible …

android search focus expand
How to use search functionality in custom list view in Android

I have created a list view with multiple items in row. I have also created a search box above. I …

android listview search baseadapter custom-adapter
Editing input type="search" Pseudo-element Button ('x')

I'm trying to make a search bar that will look nice. What I did is, I made an image of …

css search input webkit pseudo-element
Search in html source with GOOGLE?

I have several websites, and I can't remember where I wrote some lines of code. As my pages are indexed …

search web-crawler search-engine keyword
How to search on github to get exact matches (like what quotes do for Google)

I can search exact matches from google by using quotes like "system <<-". How to do the similar …

search github
JQuery search in static HTML page with highlighting of found word

I've been trying to make a simple search inside a static HTML page using JQuery. I have to mention that …

jquery html css search highlight
Android - Implementing search filter to a RecyclerView

I need to implement a search feature based on an EditText to my RecyclerView. The list must be filtered while …

android search filter android-recyclerview android-adapter
How to include forward slash in vi search & replace

I have a file that contains the string usrbin. I want to search for usrbin and replace it with /usr/…

search vim replace vi
How do I find the most recent git commit that modified a file?

I want to find the most recent commit that modified a source file. I can use git blame to see …

git search
Fulltext Search with InnoDB

I'm developing a high-volume web application, where part of it is a MySQL database of discussion posts that will need …

sql mysql search full-text-search innodb