Stop words are common words that are often ignored in search queries due to not carrying much meaning, such as “the” or “and.” Excluding these words from the query allows you to focus on the most significant terms and return more accurate results for the customer.Documentation Index
Fetch the complete documentation index at: https://docs.kibocommerce.com/llms.txt
Use this file to discover all available pages before exploring further.
View and Update Stop Words
Currently, you can only access stop words via the Search Schema API:- GET …/commerce/catalog/admin/searchSchema/stopwords/{language}
- PUT …/commerce/catalog/admin/searchSchema/stopwords/{language}

