Autocomplete issue with tags containing apostrophes
-
Hello everyone,
My team and I have encountered a problem with the tag autocomplete field when the tag we are looking for contains apostrophes.
For example, I previously added two new tags
marvel's comics
andmarvel snap
and these tags are present in the tag list.Now I’m in a new message and I want to add the tag
marvel's comics
. The autocomplete results appear up to the apostrophe for “marvel’s”, but after the apostrophe I don’t see any results.
The adjacent problem is that a lot of duplicate tags are created, making it difficult to find your way around.If I look at the ajax call, I see the following url parameter:
search=marvel%27s%20comics
. The same call withsearch=marvel's%20comics
works fine, so I think the problem comes from the encoding used for the Ajax call.Is anyone able to reproduce this problem?
Do you have any idea how I can solve it?Thank you very much.
- The topic ‘Autocomplete issue with tags containing apostrophes’ is closed to new replies.