You are viewing limited content. For full access, please sign in.

Question

Question

Basic Search Returning More Than Expected.

asked on May 12, 2015

Hello, 

 

Is there a way to modify a basic search so that it only returns the full text we searched for? For example if i search for John Doe. the search is returning results for any document with EITHER John or Doe and instead i would like it to just return documents with John Doe together.

 

Thanks!

0 0

Answer

SELECTED ANSWER
replied on May 13, 2015

If you enclose the term in quotes, like "John Doe" it tells the full-text search engine to treat it as a phrase.

1 0

Replies

replied on May 13, 2015

Thanks Brianna, i do see that it is space sensitive but do you know if it is case sensitive and if a fuzzy search enabled would help with that?

0 0
replied on May 13, 2015 Show version history

Searches on document text are not case sensitive, as they are indexed searches. Fuzzy search can be used if you are uncertain about spelling (e.g., you are looking for John or Jon).

Also note that punctuation is not indexed, which means "John Smith" will also return documents that have john.smith , john::smith , john... smith? etc.

1 0
replied on May 14, 2015

Thanks again!

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.