How can i remove the dashes when someone does like "new-biking-gear". This is for search abandonment flow
Solved
removal on search

Best answer by annasophiefc
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!
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.