Skip to content

suggestion-model: fix searching for bookmarks in top bar

Michael Catanzaro requested to merge mcatanzaro/bookmark-search into master

Our test to decide whether or not to show a bookmark is not working very well. Searching for substrings of the bookmark's title doesn't work, for instance. Let's show the bookmark in the search results if the search is a substring of the bookmark's title or URL, nice and simple.

https://bugzilla.redhat.com/show_bug.cgi?id=1705029

Merge request reports