SQL SERVER: Inflectional FullText search filters "in", "the", "of", "and" articles
I was surprised tonight as I was testing the search engine of my project. It uses SQL Server Inflectional FullText search, but also supports boolean and simple search. Its good to see that it filter out these "and", "in" "of", "the", and other articles and returns 0 results when used as the only keyword for the search. I tried visiting our competitors app if it behaves the way and cool it seems we're the only one supporting this. Anyway this might not be of great impact to our users and researchers but lesser code in our side.