Solved
removal on search
How can i remove the dashes when someone does like "new-biking-gear". This is for search abandonment flow
How can i remove the dashes when someone does like "new-biking-gear". This is for search abandonment flow
Hi
Thank you for posting in the community!
If you want to remove the “-” and replace it with a simple space, you can use the following django syntax:
{{ event.SearchQuery|find_replace:”-| ” }}

I hope this helps!
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.