Discover the future of the AI Stack with Algolia, be the first to see new platform demos and announcements, and get the most out of Algolia through interactive workshops.
How can I remove specific text from the crawler attribute?
Updated
If you are using the crawler and want to specify that certain text isn't added to a record you can write javascript to exclude that text in your record. For example, you can use replace(). If an attribute "myAttribute" is set with the variable "myVariable", you can use myVariable.replace("your string here", "your replacement here").
For example, you can use replace(). If an attribute "myAttribute" is set with the variable "myVariable", you can use myVariable.replace("your string here", "your replacement here").