<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Universal Search on Small Words - Everything Else				            </title>
            <link>https://www.augforums.com/forums/everything-else/universal-search-on-small-words/</link>
            <description>Acumatica User Group Forums</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 15 Sep 2026 00:00:28 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Universal Search on Small Words</title>
                        <link>https://www.augforums.com/forums/everything-else/universal-search-on-small-words/#post-5516</link>
                        <pubDate>Thu, 14 Nov 2019 00:50:21 +0000</pubDate>
                        <description><![CDATA[Thanks so much for sharing this Ryan. I&#039;ve wanted to learn more about how SQL Full Text search works so this is really helpful.Google search makes sense to me, but SQL Full Text search is st...]]></description>
                        <content:encoded><![CDATA[<p>Thanks so much for sharing this Ryan. I've wanted to learn more about how SQL Full Text search works so this is really helpful.</p><p>Google search makes sense to me, but SQL Full Text search is still a bit of a mystery to me.</p><p>Another thought, I wonder if Acumatica SaaS allows you to tweak these options or if it's "what you see is what you get".</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/everything-else/">Everything Else</category>                        <dc:creator>Tim Rodman</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/universal-search-on-small-words/#post-5516</guid>
                    </item>
				                    <item>
                        <title>Universal Search on Small Words</title>
                        <link>https://www.augforums.com/forums/everything-else/universal-search-on-small-words/#post-5314</link>
                        <pubDate>Mon, 14 Oct 2019 20:40:43 +0000</pubDate>
                        <description><![CDATA[We recently had an issue where searching in the universal search for a company name that included &quot;IT&quot; in the end would return no results.  After doing some digging, we discovered that IT is...]]></description>
                        <content:encoded><![CDATA[<p>We recently had an issue where searching in the universal search for a company name that included "IT" in the end would return no results.  After doing some digging, we discovered that IT is a stop word for full text searching in SQL and doesn't get indexed.  That caused problems because SQL would return zero results and therefore Acumatica would return zero results as well.  We ended up having to the follow the 3 steps below to remove "it" from the SQL stop list.  This does require access to SQL.  Hope this helps anyone else with similar issues.</p><ol><li>Added our own stoplist (Inside db instance, go to storage&gt;&gt;Full text stop lists -- right click to create a new one - we did it based on system )</li><li>Removed "it" from stop list (right click on new stop list, go to properties - under actions select delete a stop word, enter stop word, click on OK)</li><li>Assigned new stop list (right click on SearchIndex table, go to Full Text Index&gt;&gt;Properties -- In the middle you see see stop list and can use drop down)</li></ol><p> </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/everything-else/">Everything Else</category>                        <dc:creator>Ryan Brown @xByte Hosting</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/everything-else/universal-search-on-small-words/#post-5314</guid>
                    </item>
							        </channel>
        </rss>
		