cancel
Showing results for 
Search instead for 
Did you mean: 

GTS SPL Screening: How to handle spaces in exclusion list words?

603

error-message.pngI would like to add the following word in to the exclusion list:

z o.o. (this is a company form in Poland)

between the "z" and the "o" is a space.
Error message: Exclusion Text cannot contain Blank (" "); Blank (" ") currentyl apperas in place 2.

Is there any possibility to get this word (z o.o.) in to the exclusion list?

Thanks in advance for your feedback.

Accepted Solutions (0)

Answers (1)

Answers (1)

pecas777
Participant

Hi Nadia,

If your minimum index is 2 and you define the period/dot as a delimiter, then this should be a non issue. GTS will interpret as "z" "o" "o". Those would each index at 1 letter and be thrown out. If you do not want the period/dot to be a delimiter, then it would look like z o.o and you would only add "o.o." as an Excluded Text. This would now leave you with just "z" because "o.o" is removed from the index. Since "z" is only 1 character, it will also be removed from the index (assuming your min index is 2 or higher).

Jessica

0 Kudos

Thank a lot, Jessica. Perfect, that solved our problem.