Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How is the Quick search and Keywords working?
engelluk
Follow scenario:
In the Asset Keywords follows tree words: Amy, John, Peter
Searching for Amy_John will find this asset
Searching for John_Peter will find the asset
Searching for Amy_Peter won’t find the asset
Could somebody help my out with this strange behavior?
Many Thanks
Lukas
Find more posts tagged with
Comments
msrinivas
The results that you are getting is expected. The quick search which is based on SQL server full text indexing will search consecutive words only. You also have noise words in your search which are ignored during search.
Examples of noise words include all single characters, all single digits, and words like “the”, “of”, “in”, “on”, etc. If your search string is just one or several noise words, then the search string will be transformed by MS Search into an empty string, which in turn is invalid. There is also a list of operator keywords, such as “and”, “or”, “near”, “not”, *, (, ), “, etc.
Page break issue in groups.png
Migrateduser
One additionaly side note which you may find useful, your phrases are all concatenated together. So if you search for [Amy John] it really does search for [Amy John] and not [Amy] AND [John].
We didn't like the layer of variation applied by iwov, so we installed patch ID 1833 (Ref: 72633) which change that same query to [Amy] AND [John].
Hope you find this information helpful
.