Hi all,

as I couldn't find information about the strange behaviour shown below
elsewhere, I just wanted to report it here. I'm indexing class "user"
over slot "nick" that contains strings. When I query the index using all
lowercase letters, I get an ambiguous (and wrong!?) response, but when I
stick to the original casing, it works as expected (and documented?).

This isn't actually going to stop me from being able to use Elephant,
but I thought it worth reporting.

Regards,

Chris Laux


> (get-instances-by-value 'user 'nick "openhaus")
(#<USER oid:50833> #<USER oid:16625>)

> (mapcar #'nick *)
("OpenHaus" "OpenLate")

> (get-instances-by-value 'user 'nick "OpenHaus")
(#<USER oid:50833>)

> (mapcar #'nick *)
("OpenHaus")

_______________________________________________
elephant-devel site list
elephant-devel@common-lisp.net
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to