Skip to content

topbar: search for each word in query indivually

chandi requested to merge topbar-search-improvement into master

What does this MR do?

the server side search implementation uses each word of the search query individually, but the client side filtering only checked, whether the whole string is contained somewhere.

How confident are you it won't break things if deployed?

pretty

Links to related issues

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))

Merge request reports