collective / Products.PloneKeywordManager

Change, merge and delete keywords (AKA tags or subjects) in Plone.
https://pypi.org/project/Products.PloneKeywordManager/
4 stars 8 forks source link

Highlight Whitespace in keyword values #51

Closed flipmcf closed 2 years ago

flipmcf commented 2 years ago

It's hard when you search for the keyword "foo" and you get 4 results:

"foo" " foo" "foo " "foo "

The whitespace is not apparent in the search results. It's hard to select three of them to merge into one.

Make the whitespace standout somehow in the keyword results list.