Hello Armin

I am working on the search engine. I would like to make it possible to 
search with the is-not operator.
By example where link_id != p
After searching the source code I found the the query
['link_id'] =~ /(p | P)/
I thought it was normally reg ex so to make it possible to search with 
the is-not operator you have to rewrite the query:
['link_id'] =~ /[pP]/ and with the is-not operator ['link_id'] =~ /[^pP]/

But this isn't working yet probably it is a Mapserver issue.
Maybe you can help me solve this problem.

Thanks in advance

Dennis-Jan

-- 
DJ Broerse      [EMAIL PROTECTED] 
Mobiel: 06 48 01 03 08 
Skype: callto://dennisjan-ibuildings
Ibuildings.nl BV - Information technology 
http://www.ibuildings.nl - 0118 42 95 50 





Reply via email to