<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again' in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545441#M117220</link>
    <description>&lt;P&gt;One of our end users was having issues with this while trying to find incidents that contained the words. I tried a similar searches. The ones that worked:&lt;/P&gt;&lt;P&gt;search functionality&lt;/P&gt;&lt;P&gt;search approval&lt;/P&gt;&lt;P&gt;search file&lt;/P&gt;&lt;P&gt;approval functionality&lt;/P&gt;&lt;P&gt;approval search&lt;/P&gt;&lt;P&gt;Only using 'approval file' generated the message. All of my searches brought up the incident and a few other items with one or both of the words. I have not been able to find out why the partiuclar phrase 'approval file' generates the message. Can anyone help me figure out why it generates the message, and how i can make it work as it won't find the incident that has that phrase but finds other ones with different phrases.&lt;/P&gt;</description>
    <pubDate>Wed, 27 Dec 2017 18:03:16 GMT</pubDate>
    <dc:creator>david_erickson</dc:creator>
    <dc:date>2017-12-27T18:03:16Z</dc:date>
    <item>
      <title>Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545441#M117220</link>
      <description>&lt;P&gt;One of our end users was having issues with this while trying to find incidents that contained the words. I tried a similar searches. The ones that worked:&lt;/P&gt;&lt;P&gt;search functionality&lt;/P&gt;&lt;P&gt;search approval&lt;/P&gt;&lt;P&gt;search file&lt;/P&gt;&lt;P&gt;approval functionality&lt;/P&gt;&lt;P&gt;approval search&lt;/P&gt;&lt;P&gt;Only using 'approval file' generated the message. All of my searches brought up the incident and a few other items with one or both of the words. I have not been able to find out why the partiuclar phrase 'approval file' generates the message. Can anyone help me figure out why it generates the message, and how i can make it work as it won't find the incident that has that phrase but finds other ones with different phrases.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2017 18:03:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545441#M117220</guid>
      <dc:creator>david_erickson</dc:creator>
      <dc:date>2017-12-27T18:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545442#M117221</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;-- Start with to make sure your word is not listed as a stopword in table 'ts_stop'&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;-- If not a stop word check table 'ts_word' and search for your word in this table and see how many entries you have for this word in this table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;There is a system property 'glide.ts.max_wildcard_expansion' OOB value of this property is 500. If a wildcard search matches more words in ts_word table than this value, system displays this message you are getting.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Check the value of this property and number of entries in ts_word table.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If the reply was informational, please like, mark as helpful or mark as correct!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2017 19:18:19 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545442#M117221</guid>
      <dc:creator>shrutityagi</dc:creator>
      <dc:date>2017-12-27T19:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545443#M117222</link>
      <description>&lt;P&gt;Shruti,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks so much for the information. It has led me to a some more questions.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;After confirming it didn't show up in the ts_stop table, I checked the other. When I look at the ts_word table, it is hidden. I set it so I could see it in our dev environment and 'approval' is less than 500 (500 is the sys property value) while file is more than 4000.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;In production, searching by both words singularly results in the message, which seems to imply that they are occurring more than 500 there. I tried to search the same way in dev as not knowing if there was a reason the table was set so it could not be seen, and noticed that in our Jakarta development environment (we are testing for upgrading) there is no 'keyword' option for my search.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Is there a reason it should be hidden, as I think they are close to the same, but I cannot confirm it without making the same acl checkbox change in production?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Why would the one less than the property generate the same message?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;And finally, is the fix simply to set the property to a number larger than the occurrences in the ts_word table?&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;David Erickson&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ServiceNow Administrator | Developer&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;817-525-7192 (Direct)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;4001 Embarcadero Dr&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Arlington, Texas 76014&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;david.erickson@gmfinancial.com&amp;lt;mailto:david.erickson@gmfinancial.com&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2017 21:10:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545443#M117222</guid>
      <dc:creator>david_erickson</dc:creator>
      <dc:date>2017-12-27T21:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545444#M117223</link>
      <description>&lt;P&gt;Hey David,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;1. I just checked ts_word table is only visible to maint role, so I guess thats why you are not able to see it.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;2. This message usually appear when number If a wildcard search matches more words than value in 'glide.ts.max_wildcard_expansion', the system displays a message asking the user to refine the search.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="ocs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/search-administration/task/set-global-text-search-properties.html" href="https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/search-administration/task/set-global-text-search-properties.html"&gt;https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/search-administration/task/set-global-text-search-properties.html&lt;/A&gt;&lt;A title="ocs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/search-administration/task/set-global-text-search-properties.html" href="https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/search-administration/task/set-global-text-search-properties.html"&gt;https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/search-administration/task/set-global-text-search-properties.html&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;3. Yes for testing purpose you can try to change the value of property to 1000 and see if you are able to search. This will make sure message is appearing from the property. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Larger value for this property can cause performance impact on your instance while you search. So not recommend to have really high value you need to see best for your instance. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If the reply was informational, please like, mark as helpful or mark as correct!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Dec 2017 22:24:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545444#M117223</guid>
      <dc:creator>shrutityagi</dc:creator>
      <dc:date>2017-12-27T22:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545445#M117224</link>
      <description>&lt;P&gt;hI David,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;You can always suppress these Info messages by &amp;nbsp; below method:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif;"&gt;There is a 'gs.flushMessages();' call that you can make to clear any existing info messages and prevent them from being displayed. The challenge is going to be finding the right place to put the code so that it will eliminate the messages. In your case you might have to hack the UI pages and macros from the KB to make it work. Here's a link to the info message doc I created to explain this, and other info message calls.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="" _jive_internal="true" href="http://www.servicenowguru.com/scripting/ui-info-error-message-cheat-sheet/" rel="nofollow" style="font-family: arial, sans-serif; color: #3778c7;" target="_blank"&gt;http://www.servicenowguru.com/scripting/ui-info-error-message-cheat-sheet/&lt;/A&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Also, if you have already deployed KB v.3 , (with stop words activated), it's a very common message. I have search for the source but it seems it comes from the part of ServiceNow "we" can't modify. Message key is ts_query_only_common. &lt;/P&gt;&lt;BR /&gt;&lt;P style="margin-bottom: 9px; color: #485563; font-family: SourceSansPro, 'Helvetica Neue', Arial; font-size: 13px;"&gt;You may choose from one of the following workarounds:&lt;/P&gt;&lt;BR /&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="margin-bottom: 9px;"&gt;Remove the Similar Cases relationship if it is not required or used.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="margin-bottom: 9px;"&gt;Update the related list not to execute the search, but only to show cases with the same category.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Aditya Telidevara&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2017 02:17:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545445#M117224</guid>
      <dc:creator>Aditya Telideva</dc:creator>
      <dc:date>2017-12-28T02:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545446#M117225</link>
      <description>&lt;P&gt;Hi David,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;I forgot to mention about table 'ts_index_stop' This is stop word table when stop word auto-generate when they reach threshold.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Open this table and search for your word. If your word is there change stop mode to Not a stop word. If your current stop mode is 'Index but don't query' no need to regenerate test index. If your current stop mode is 'neither index nor query' regenerate text index. &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If the reply was informational, please like, mark as helpful or mark as correct!&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:13:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545446#M117225</guid>
      <dc:creator>shrutityagi</dc:creator>
      <dc:date>2017-12-28T20:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545447#M117226</link>
      <description>&lt;P&gt;That table has it. Thanks so much. Both words exceed the automated stop threshold.  I really appreciate the help. Now, if I can figure out how to mark this as answered…..&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;David Erickson&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ServiceNow Administrator | Developer&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;817-525-7192 (Direct)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;4001 Embarcadero Dr&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Arlington, Texas 76014&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;david.erickson@gmfinancial.com&amp;lt;mailto:david.erickson@gmfinancial.com&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:35:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545447#M117226</guid>
      <dc:creator>david_erickson</dc:creator>
      <dc:date>2017-12-28T20:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545448#M117227</link>
      <description>&lt;P&gt;Perfect. Check here&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;A title="How To Mark Answers Correct From Community Inbox" __default_attr="5601" __jive_macro_name="document" class="jive_macro jive_macro_document" data-orig-content="How To Mark Answers Correct From Community Inbox" data-renderedposition="29.09722328186035_7.986111640930176_361_17" href="https://www.servicenow.com/community?id=community_article&amp;amp;sys_id=7f1c2e21dbd0dbc01dcaf3231f9619c3"&gt;How To Mark Answers Correct From Community Inbox&lt;/A&gt; &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Shruti&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:37:11 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545448#M117227</guid>
      <dc:creator>shrutityagi</dc:creator>
      <dc:date>2017-12-28T20:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Searching by 'Keywords' contains 'approval file' generates message 'Your text query contained only common words or ambiguous wildcards, please refine your search and try again'</title>
      <link>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545449#M117228</link>
      <description>&lt;P&gt;I was able to do it. Seems from the logged into HI, even though I though I recalled setting it to log me in from some pop up, it was not, so I did not have the options visible. Had to logon to make them visible. Must have been mistaken about the pop up. Thanks again.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;David Erickson&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;ServiceNow Administrator | Developer&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;817-525-7192 (Direct)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;4001 Embarcadero Dr&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Arlington, Texas 76014&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;david.erickson@gmfinancial.com&amp;lt;mailto:david.erickson@gmfinancial.com&amp;gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 28 Dec 2017 20:41:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/searching-by-keywords-contains-approval-file-generates-message/m-p/545449#M117228</guid>
      <dc:creator>david_erickson</dc:creator>
      <dc:date>2017-12-28T20:41:36Z</dc:date>
    </item>
  </channel>
</rss>

