ninjanye / SearchExtensions

Library of IQueryable extension methods to perform searching

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow matching on whole words only

ninjanye opened this issue · comments

Add a search option to Containing() and ContainingAll() to allow for matching on whole words only

Given "I like coffee" is present in a string
When searching for "fee" with WholeWord search options selected
Then no data is returned

Given "I like coffee" is present in a string
When searching for "coffee" with WholeWord search options selected
Then data is returned

New feature added to SearchExtensions, version 1.6.

http://jnye.co/Posts/2044/search-extensions-whole-word-matching