-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Description
Hi guys,
I've been trying to ignore the non breaking spaces from my css selector results, but I am having trouble finding the right regex to ignore it. Or changedetection.io does not support this feature yet ? I did select "Ignore Whitespaces" from the Global configuration, but that doesn't seem to help, as I keep getting false positives.
I am using the CSS selector to check the changes for the "amount" field as shown in the snippet bellow:
Changedetection.io successfully checks the changes in the field "amount" , however the problem arises when changedection.io also checks for the   changes along with the "amount" field . How to ignore the   from the searches and only keep the changes in "amount" field ?
I attached a screenshot of the changes as shown in my notifications. As you can see, there are lots of notifications for changes in   even though the amount of "1" is the same, so this is causing me a lot of false positives, because I only wish to follow the changes in the "amount" field and ignore all non breaking spaces
Your help is greatly appreciated.

