Issue:
The Search function in the KaiOS app searches for article titles. In our usability studies, we saw that users use several words to form a query, which would result in a "no results page" error.
Request:
Allow for all words in a user's search query to show results.
- Prioritize titles
- If there is no title associated with the words a user has provided, show results based on article content
- Let's ignore conjunctions and punctuation marks for now (I assume this is done already)
Note: changing Prefix to Fulltext api
Fulltext search api docs : https://www.mediawiki.org/wiki/API:Search
Prefix search api docs : https://www.mediawiki.org/wiki/API:Prefixsearch