[Refdb-devel] [ refdb-Bugs-1552020 ] :UR:!~ search does not return expected set
Status: Beta
Brought to you by:
mhoenicka
From: SourceForge.net <no...@so...> - 2006-09-04 14:46:35
|
Bugs item #1552020, was opened at 2006-09-04 16:46 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552020&group_id=26091 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: refdbd Group: None Status: Open Resolution: None Priority: 5 Submitted By: Dominik (dreusser) Assigned to: Markus Hoenicka (mhoenicka) Summary: :UR:!~ search does not return expected set Initial Comment: If searching for records that do not match a certain string in their URL, I expect to get all records that do not include this string in the URL, including records with an empty URL. However, the query seems not to return records with empty URL. The sql-string should include "t_link.link_url!~'string' OR ISNULL(t_link.link_url)". This might also apply to other exclusive searches. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1552020&group_id=26091 |