aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-15 09:25:26 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-15 09:25:26 +0000
commit697c7a27e679f07fbde8cc59ec2f1a59ebaaf424 (patch)
treed3911ac41e8fcdc871f2adde3141a294d3414e2d /cgi-bin
parent632e83ee1f36b2b7783f79d95cf20d9f09462673 (diff)
downloadellinika-697c7a27e679f07fbde8cc59ec2f1a59ebaaf424.tar.gz
ellinika-697c7a27e679f07fbde8cc59ec2f1a59ebaaf424.tar.bz2
(fuzzy-search): yet another bugfix in dict.pos comparison
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@311 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'cgi-bin')
-rw-r--r--cgi-bin/dict.cgi.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/cgi-bin/dict.cgi.in b/cgi-bin/dict.cgi.in
index 1934496..cbe2646 100644
--- a/cgi-bin/dict.cgi.in
+++ b/cgi-bin/dict.cgi.in
@@ -363,9 +363,10 @@
"AND"
"OR")
"")
- " dict.pos = "
+ " (dict.pos & "
(cdr pos-entry)
- " ")))
+ ") = "
+ (cdr pos-entry))))
(else
" "))

Return to:

Send suggestions and report system problems to the System administrator.