netgen / TagsBundle

Netgen Tags Bundle is an eZ Platform bundle for taxonomy management and easier classification of content, providing more functionality for tagging content than ezkeyword field type included in eZ Platform kernel.
https://netgen.io
GNU General Public License v2.0
48 stars 43 forks source link

If using postgres autocomplete is case sensitive #118

Closed wizhippo closed 4 years ago

wizhippo commented 4 years ago

As like in postgres is case sensitive the causes results to not be returned.

https://github.com/netgen/TagsBundle/blob/f3162ea6814df09cb007b4aea75f842d7436a775/bundle/Core/Persistence/Legacy/Tags/Gateway/DoctrineDatabase.php#L308

perhaps convert to all upper or lower case for the like expression?

emodric commented 4 years ago

Hi!

I've pushed to 3.4-release a fix. Mind testing if everything is okay before tagging?

wizhippo commented 4 years ago

@emodric Working thanks

emodric commented 4 years ago

Thanks!

Released: https://github.com/netgen/TagsBundle/releases/tag/3.4.6