Skip to main content

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

Hi ​@ayomi56987 

 

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!


...from this django gloassary: https://developers.klaviyo.com/en/docs/glossary_of_variable_filters#replace

 

^^ A really helpful resource!


hello ​@annasophiefc 
Thank you very much for the response and even providing links. However, I am still quite confuse, because i am yet to get it right.

 


Hi again ​@ayomi56987 

 

Happy to help!

Are you able the send a screenshot of the payload (event data), that is causing you troubles?