seninha has quit [Remote host closed the connection]
seninha has joined #picolisp
chexum has quit [Remote host closed the connection]
chexum has joined #picolisp
<beneroth>
abu[m], can I use tolr/ in a generator clause?
<abu[m]>
In select? Well, tolr is rather a filter predicate. How would you use it?
<beneroth>
so then tolr can be used even when there is no +Sn index on the property, correct?
<beneroth>
used for filter predicate
<beneroth>
or are the indexed values used in filter predicate?
<abu[m]>
No, tolr is a pure text operation
<beneroth>
so your answers are: 1. yes 2. no
<abu[m]>
using sub?, fold and ext:Snx
<beneroth>
I see
<abu[m]>
yes, 1 and 2 :)
<beneroth>
different question: is there an equivalent to (fully) in pilog=
<beneroth>
?
<abu[m]>
I mean, as you say
<beneroth>
or is it's an implicit fully when I use (member...) (tolr) (tolr)) ?
<abu[m]>
yes, searching manually
<abu[m]>
'lst' would also do
<beneroth>
I have a list of search terms. all of them should get soundex matched to one of multiple properties, not necessarily all to the same property.
<abu[m]>
ok, I see. Makes sense
<abu[m]>
Is it not (or ((tolr ...)) ((tolr ...)) ... ?