Question on Filtering

0 views
Skip to first unread message

ram kumar

unread,
Dec 17, 2009, 10:58:46 AM12/17/09
to Google Search Appliance/Google Mini - Google Search Appliance/Google Mini
Hi

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

johnd

unread,
Dec 21, 2009, 10:30:15 AM12/21/09
to Google Search Appliance/Google Mini - Google Search Appliance/Google Mini
regexp:cid=[234] or even simpler: regexp:cid=[2-4]
If case insensitivity is needed
regexpIgnoreCase:cid=[234]

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

Reply all
Reply to author
Forward
0 new messages