Make internal search keywords not case sensitive

Is there any way to make the internal search keywords not case sensitive?

As it is now, the search keywords “Search term” and “search term” will result in two different search keywords. I want to merge them, and without using some external tool.

I see that there has been a feature request made in 2022, but it seems nothing has happened?

Hi! As of now, there isn’t a way to turn off the case sensitivity in the automatic tracking. As a workaround, you can send the site search event manually and change every query to lowercase before tracking it.

Here is the method you’ll need: trackSiteSearch

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.