[Pmapper-users] Searchengine query with is-not operator

2006-01-03 Thread DJ Broerse
An HTML attachment was scrubbed... URL: http://www.faunalia.com/pipermail/pmapper-users/attachments/20060103/d162e57d/attachment.htm From [EMAIL PROTECTED] Tue Jan 3 13:18:44 2006 From: [EMAIL PROTECTED] (Armin Burger) Date: Tue Jan 3 13:19:17 2006 Subject: [Pmapper-users] Searchengine query

[Pmapper-users] Searchengine query with is-not operator

2006-01-03 Thread Armin Burger
Dennis, have you tried the "!~" operator? like ['link_id'] !~ /(p|P)/ I guess Mapserver uses partially the Perl syntax, somehow. Armin > --- Urspr?ngliche Nachricht --- > Von: DJ Broerse <[EMAIL PROTECTED]> > An: [EMAIL PROTECTED] > Betreff: [Pmapper-users] Searchengine query with is-not oper

[Pmapper-users] Searchengine query with is-not operator

2006-01-03 Thread DJ Broerse
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