It would be nice to have a stopword filtering feature on the frontend.
This "stopword filtering feature" can work as follows:
A user types one or more keywords and clicks "Submit".
When creating an actual query, we check these keywords and filters out stopwords. For example, "house of cards" will become "house cards". The final query will be generated based on the filtered keywords.
If no keywords are left after filtering "stopwords", the frontend alerts the user and clears the keywords in the search box.
It would be nice to have a stopword filtering feature on the frontend. This "stopword filtering feature" can work as follows: