Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please regenerate the I18N properties file after this change:
openhab-addons/bundles/org.openhab.binding.ism8/src/main/resources/OH-INF/i18n/ism8.properties
Line 3 in 772026e
Also, when renaming the binding, for consistency it should probably also be renamed in these places:
https://github.com/openhab/openhab-addons/tree/main/bundles/org.openhab.binding.ism8#ism8-binding (the headline, see #17675)
openhab-addons/bundles/org.openhab.binding.ism8/pom.xml
Line 15 in 772026e
openhab-addons/bundles/org.openhab.binding.ism8/src/main/feature/feature.xml
Line 5 in 772026e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if this is the right approach. I think that "renaming" the binding may be too much - just to give a better search experience.
Maybe it would be better to extend the search in the UI from title to the descriptions....
...and if that is too much effort, even living with the current situation might be an option.
What are your thoughts on that? @jlaur @lsiepel?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree that bindings should not be renamed just to add search words for the UI, so if the renaming otherwise doesn't make sense or seems overkill, then I would also rather prefer one of your other suggested options.
I don't know if it is feasible to use description for the search as well, but you could try to open an issue in the openhab-webui repo. At first it seems straightforward, but when looking at a description, for example this one: "This is the binding for the ISM8 card used for Wolf heating systems or other Wolf eBus devices.", I wonder if certain words should be excluded to not give too many unrelated results. At least it looks like a simple substring matcher, but maybe there is a fancy search machine behind. 😄