Tim Cook writes:
... search for numbers in ZCatalog's text indices ... Recently, someone has posted a splitter.c patch that prevents it to discard numeric words.
Look into the lists' archive (for zope@zope.org or zope-dev@zope.org).
" Keyword Indexes index a sequence of objects that act as 'keywords' for an object. A Keyword Index will return any objects that have one or more keywords specified in a search query."
Does this mean you have to specify (where) what the predetermined keywords are? I am not sure, I understand you:
You assiciate arbitrary keywords with any object (in this way, the keywords are not predetermined). You can find the object with any keyword you have associated (and of cause not with ohters). In this sense the keywords you will find the object for is predetermined (as it must be). Dieter
Dieter Maurer wrote:
Tim Cook writes:
... search for numbers in ZCatalog's text indices ... Recently, someone has posted a splitter.c patch that prevents it to discard numeric words.
Ah yes. I recall the spliter.c thread. I didn't pay attention at the time I guess. <s> Thanks, -- Tim Cook, President -- Free Practice Management,Inc. | http://www.FreePM.com Office: (901) 884-4126 "Nearly everyone will lie to you given the right circumstances." - Bill Clinton
Hi all, I'm trying to insert NULL values into a column of a table using the ZSQL-Method without success. I tried the following: <dtml-call "qry.ins_introduzioni( codice_fiscale=CODICE_FISCALE, distretto=DISTRETTO, marca_precedente='' >") also: <dtml-call "qry.ins_introduzioni( codice_fiscale=CODICE_FISCALE, distretto=DISTRETTO, marca_precedente=_.None >") Please may somebody tell me the right syntax? Thank you. Jose'
participants (3)
-
Dieter Maurer -
Jose Soares -
Tim Cook