Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Search question

Quote Reply
Search question
I am trying to do at simple search in one table by passing 2 arguments in the url, ex. :

href="db.cgi?do=modify_search_results&db=Workorder&t=udf&status=Åben" - and it works just fine!

My problem is that i would like to use the != (not equal) comparison operator for a third argument like this:

href="db.cgi?do=modify_search_results&db=Workorder&t=udf&status=Åben&fk_type_workorder!=2" but the result(s) are exactly the same..

At this point I'm perventing the unwanted results from being viewed on the 'modify_search_results' template by using a 'if' statement, but I'm not happy with this solution.

Any help or comments are highly appreciated.

Anders Poulsen




Subject Author Views Date
Thread Search question vespa180 4758 Oct 8, 2003, 2:45 AM
Thread Re: [vespa180] Search question
jxh 4642 Oct 8, 2003, 3:13 PM
Thread Re: [jxh] Search question
vespa180 4638 Oct 9, 2003, 2:22 AM
Thread Re: [vespa180] Search question
jxh 4638 Oct 9, 2003, 8:38 AM
Post Re: [jxh] Search question
vespa180 4639 Oct 10, 2003, 12:31 AM