Top "Search" questions

Questions about search algorithm mechanics and implementation.

Looking for files NOT owned by someone

I'm looking to recursively look through directories to find files NOT owned by a particular user and I am not …

linux file shell search
Find the path of notepad.exe and mspaint.exe

What is the best way to find out where notepad.exe and mspaint.exe are that will work across various …

winapi search filesystems filepath
Look at each character in a string

I was wondering if anyone knew how to look through a string at each character and then add each character …

c# string search character
Search in SVN repository for a file name

We have a bulk repository for code contain thousands of folder and sub folder, i want to search under this …

svn search text base
How to reverse-i-search back and forth?

I use reverse-i-search often, and that's cool. Sometime though when pressing CTRL+r multiple times, I pass the command I …

linux bash shell search
Can I do a MongoDB "starts with" query on an indexed subdocument field?

I'm trying to find documents where a field starts with a value. Table scans are disabled using notablescan. This works: …

regex mongodb search indexing full-table-scan
Exclude folders from Eclipse search

Is there a way to exclude certain folders (and all their subfolders) from searching within Eclipse?

eclipse search
Beginner's guide to ElasticSearch

There hasn't been any books about ElasticSearch (that I know of), and http://www.elasticsearch.org/guide/ seems to contain …

search full-text-search elasticsearch
first two results from ls command

I am using ls -l -t to get a list of files in a directory ordered by time. I would …

linux search limit ls
How do you do a case insensitive search using a pattern modifier using less?

It seems like the only way to do this is to pass the -i parameter in when you initially run …

unix search case-insensitive less-unix