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").
Comments
0 comments
Article is closed for comments.