Top "Search" questions

Questions about search algorithm mechanics and implementation.

Fuzzy search algorithm (approximate string matching algorithm)

I wish to create a fuzzy search algorithm. However, upon hours of research I am really struggling. I want to …

string algorithm search levenshtein-distance fuzzy-search
How can I use in_array if the needle is an array?

I have 2 arrays, the value will be loaded from database, below is an example: $arr1 = array(1,2,3); $arr2 = array(1,2,3,4,5,6,7); What I …

php arrays search compare
Is there way to expand all folders in Eclipse project view and search results?

I'm spending a lot of time manually expanding deeply-nested folders in tree views like the Project Explorer and the File …

eclipse search treeview directory expand
How to search a string with spaces and special characters in vi editor

I edit in the vi editor. I want to search in the text for a specific phrase, e.g "Dec 1 15:13:00". …

string search vim special-characters vi
Twitter: Hash tag search query

I am trying to search twitter tweets by a given hashtag. I am trying to get the correct http query, …

search twitter hash hashtag
Solr exact word search

I want to configure my Solr search engine so I get an exact match for the search term I enter. …

search solr
How do I search in all files of my project using VIM?

There are a couple of things I do not yet understand the VIM way. One of these is searching in …

search vim neovim
Consistent and Admissible Heuristics

Any consistent heuristic is also admissible. But when is a heuristic admissible but not consistent (monotone)? Please provide an example …

search artificial-intelligence a-star heuristics
SQL Server: Search all tables for a particular GUID

i came across the need to cleanse some data, and i need to find some particular guids (i.e. uniqueidentifiers) …

sql-server search guid uniqueidentifier
Simple TextWrangler Grep Replace

I am trying to replace all h2 tags containing the class "title" with h1: <h2 class="title">Things&…

regex search grep aptana textwrangler