- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 04:06 AM
Hi all!
Our AI Search engine is currently filtering out the English stop words from German language queries. Do you have any experience with this? How could we solve the problem?
Thanks in advance
Tonja
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 10:03 AM
@Tonja If your search configurations have a fallback locale (documentation here) configured for German to fallback to English, and there are no German stop words configured, then by design it will utilize the English stop words. One solution would be to add German stop words which would avoid the use of English stop words in this case (if that's the desired behavior for your application).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2024 10:03 AM
@Tonja If your search configurations have a fallback locale (documentation here) configured for German to fallback to English, and there are no German stop words configured, then by design it will utilize the English stop words. One solution would be to add German stop words which would avoid the use of English stop words in this case (if that's the desired behavior for your application).