I would be great to add a new operator named '%' named to refer to keywords to search only for whole words.
For example, the search for the keyword '%keyword' will match:
struct keyword;
:keyword;
but will not match :
my_keyword
keywordOfTheYear
see the difference ?
this allows more accurate searchs for the end user.
I would be great to add a new operator named '%' named to refer to keywords to search only for whole words.
For example, the search for the keyword '%keyword' will match:
struct keyword;
:keyword;
but will not match :
my_keyword
keywordOfTheYear
see the difference ?
this allows more accurate searchs for the end user.