--- ZSQLExtend/ZSQLExtend.py 2004/10/21 15:58:29 1.43 +++ ZSQLExtend/ZSQLExtend.py 2004/10/22 13:32:24 1.44 @@ -18,6 +18,9 @@ def analyseIntSearch(word): splitted=word.split("-") + if len(splitted)==1: + return "="+splitted[0] + if splitted[0]=="": return "< "+splitted[1]