Hey Motte, thx for your fast Answer! ;-) Unfortunately not that easy that I simply could modify the Query Schema in OSS itself - it's implemented in a Web Search - not knowing which word's the User want's to exclude (https://www.kitzanzeiger.at/Kitzbueheler-Anzeiger-Suche_pid,19085,type,search.html?query=TERMA+-TERMXX) So I guess I need to manually parse all Terms with "- Sign" in Front and hand it over to OSS API als negative Filter?!?! Now yet checked if/how this is possible ... was hoping I could...
Hello, using: OpenSearchServer v1.5.15-SNAPSHOT - build b9cf469230 Tying to negate some Search Terms. Example: Search for TERMA - nut exclude Hits with TERMXX ... In Google: "TERMA -TERMXXX" When I try it in OSS - the Query looks like: (+title:terma^10.0 +title:termxxx^10.0) title:"terma termxxx"~2^10.0 (+titleExact:terma^10.0 +titleExact:termxxx^10.0) titleExact:"terma termxxx"~2^10.0 (+(titlePhonetic:terma^10.0 titlePhonetic:termi^10.0) +(titlePhonetic:termgsksks^10.0 titlePhonetic:termkS^10.0...
Hello, using: OpenSearchServer v1.5.15-SNAPSHOT - build b9cf469230 Tying to negate some Search Terms. Example: Search for TERMA - nut exclude Hits with TERMXX ... In Google: "TERMA -TERMXXX" When I try it in OSS - the Query looks like: (+title:terma^10.0 +title:termxxx^10.0) title:"terma termxxx"~2^10.0 (+titleExact:terma^10.0 +titleExact:termxxx^10.0) titleExact:"terma termxxx"~2^10.0 (+(titlePhonetic:terma^10.0 titlePhonetic:termi^10.0) +(titlePhonetic:termgsksks^10.0 titlePhonetic:termkS^10.0...
Also in case someone could use it ... I compiled patched RPMs for Centos 6 x64 - based on 5.5.60 SRPMs: https://www.futureweb.at/userdata/6348/uploads/rpm/net-snmp-5.5-61.el6.x86_64.rpm; https://www.futureweb.at/userdata/6348/uploads/rpm/net-snmp-debuginfo-5.5-61.el6.x86_64.rpm; https://www.futureweb.at/userdata/6348/uploads/rpm/net-snmp-devel-5.5-61.el6.x86_64.rpm; https://www.futureweb.at/userdata/6348/uploads/rpm/net-snmp-libs-5.5-61.el6.x86_64.rpm; https://www.futureweb.at/userdata/6348/uploads/rpm/net-snmp-perl-5.5-61.el6.x86_64.rpm;...
Also in case someone could use it ... I compiled patched RPMs for Centos 6 x64 - based on 5.5.60 SRPMs: http://85.125.90.150/userdata/6348/uploads/rpm/net-snmp-5.5-61.el6.x86_64.rpm; http://85.125.90.150/userdata/6348/uploads/rpm/net-snmp-debuginfo-5.5-61.el6.x86_64.rpm; http://85.125.90.150/userdata/6348/uploads/rpm/net-snmp-devel-5.5-61.el6.x86_64.rpm; http://85.125.90.150/userdata/6348/uploads/rpm/net-snmp-libs-5.5-61.el6.x86_64.rpm; http://85.125.90.150/userdata/6348/uploads/rpm/net-snmp-perl-5.5-61.el6.x86_64.rpm;...
btw) as I didn't found a Ticket from you with RedHat - I proposed the Patch to them --> https://bugzilla.redhat.com/show_bug.cgi?id=1494255
@Valentyn - any news on that? As I'm also struggeling with this Problem now ... :-/ thx Andreas Schnederle-Wagner
Dev Version is working - thx! ;-)