-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Search in keywords is failing on compound keywords #2299
Comments
A search for "weather station" displays 17 plugins. The homebridge-mqttthing plugin is not one of them. Hovever, the homebridge-mqttthing plugin should be a displayed for all three searches, as "weather station" is one of the keywords: It could be argued that the keyword is "weather station", so it should only be displayed for the first search. However, if it was in the the NPM search results, then it should be considered a partial match and not be filtered out. |
@justjam2013 line 43 on your keywords is it meant to say blinds and not binds? |
Nice catch, thank you! |
Tested as working as expected. Closing as fixed. |
Describe The Bug
What is happening?
Search is not properly searching the keywords. A search for "shower head" displays a single plugin:
The homebridge-mqttthing plugin is a partial match, as "shower" is one of the keywords:
The search is not returning the homebridge-virtual-accessories plugin, which has "shower head" in its keywords:
A search for "shower", displays the same results:
Logs
No response
Config
No response
Homebridge UI Version
5.0.0-beta.26
Homebridge Version
1.8.5
Node.js Version
22.12.0
Operating System
macOS
Environment Info
Using hb-service
Raspberry Pi Model
None
The text was updated successfully, but these errors were encountered: