I want to filter some urls from REMOVE URL tab on the frontend.
I want to filter them by country number. I want to display only GLOBAL
and filter all other coutry content.
cid=1 for global
cid=2 for usa
cid=3 for uk
cid=4 for canada
is it possible to give one entry in "remove url" insted of adding all
the countries id like below
contains:cid=2
contains:cid=3
contains:cid=4
I want to add some thing like Contains:(NOT EQAL TO ) cid=1, this way
i dont have to add big list in the REMOVE URL box.
Thnaks
Googe Documentation: http://code.google.com/apis/searchappliance/documentation/62/admin/URL_patterns.html#regular_exp
Good tutorial: http://www.zytrax.com/tech/web/regex.htm