Skip to content

Multiple negative 'page must have'

cherubcherub UK
edited October 2015 in Feature Requests
At the moment in the script language, I can specify a 'page must have' and have multiple strings separated by a pipe. eg

page must have=some text|some more text|yet more text

But if I want the 'page must have' to be a negative, I need to use multiple lines, eg

page must have1=!some text
page must have2=!some more text
page must have3=!yet more text

Do you think it would be possible to allow all negative matches on one line, eg

page must have=!some text|!some more text|!yet more text

Comments

  • SvenSven www.GSA-Online.de
    no because usually not all strings are present and that line is for a "one of it must match".
Sign In or Register to comment.