We recently implemented a search thesaurus and it works with our WebLink Quick Search and Advanced Search but I cannot get it to work with our custom search forms. Has anyone experienced this or know why this might be happening?
Question
Question
Replies
What kind of searches are your custom search forms running? I think the thesaurus is used by the full-text search engine only, so field searches that go directly to sql won't use it. There the solution would be to index those fields.
Thank you for your quick response, Brian. The custom search forms I created are basically condensed versions of the Advanced "Template" Search, containing only specific fields from a template. I made these for users who wanted a faster way of searching on their templates.
When I built them in WebLink Designer, it asked me what templates and fields I wanted to use in the search form, so I figured as long as the field was indexed in the Admin Console, it would work the same way no matter where the field was being used. But it doesn't seem like that's the case.