You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just noticed that the blacklist functions are all not working as they should (except regex).
What I expect
Specific page = only block where the URL is exactly that
Entire website = block the entire domain (even if i just post a URL)
Regex = compare if there is a string in URL and do not index
The text was updated successfully, but these errors were encountered:
blackforestboi
changed the title
[BUG] 1 Blacklist options not working, rest just Regex
[BUG] 1 Blacklist option not working, rest just Regex
Jan 19, 2017
blackforestboi
added a commit
to WorldBrain/Legacy-Research-Engine
that referenced
this issue
Jan 19, 2017
I just noticed that the blacklist functions are all not working as they should (except regex).
What I expect
Specific page = only block where the URL is exactly that
Entire website = block the entire domain (even if i just post a URL)
Regex = compare if there is a string in URL and do not index
What is actually the case
Specific Page = Blocks all pages from being indexed, no matter what I enter in this field
Entire Website = If I enter URL it blocks only URL, If I enter parts of it it blocks everything like a regex
Example:
URL= http://appliedmythology.blogspot.de/2015/09/a-closer-look-at-organic-pesticides-in.html
Parts= http://appliedmythology.blogspot.de/2015/09/
Regex = Just regex
Hope that helps!
The text was updated successfully, but these errors were encountered: