BetterTouchTool Launcher order of results

Every now and then (not sure if it is time based or maybe after some particular actions) the shown results are not in the order I've configured - results from "Bookmarks" to be at the top, everything else below them.
Here you can see that I have the "Bookmarks" item with the highest number, but all of the shown results, on the screenshot, (unfortunately I have not check if my expected result from "Bookmarks" is even in the results) are from the "Browser Tabs":

But here's another example - latest result is from my "Bookmarks" item and all previous results are coming from "Browser tabs":

One of the results above is https://github.com/stacklok/toolhive-studio, with tab name "stacklok/toolhive-studio: ToolHive is an application that allows you to install, manage and run MCP servers and connect them to Al agents", so not sure why this is even matched when I type "cloud admin". The other results (they might contain some sensitive info so I cannot provide them) I also think should not be matched/shown.

After a BTT restart it starts working normally and as you can see no results from "Browser tabs" are in the list at all :

BTT: 6.671
macOS: 26.5.2 25F84

ah, for why cloud admin matched:

The Browser Tabs search also does "abbreviation" matching (the thing that lets tha find "Toolhive Admin"). Every other section only does that for single-word queries, but Browser Tabs was missing that restriction - so for a multi-word query it looked for the letters c-l-o-u-d-a-d-m-i-n scattered anywhere in the tab title.

In general results are ranked by match quality first, and the configured order only breaks ties between equally good matches. However there was a bug with the match quality values.

I think both should be resolved in 6.684 (uploading)