search on multiple indexes
Is it possible to search on multiple indexes at one time? The scenario is this: I have a simple text input field where I enter a word, e.g. 'house'. I would like to find all documents which contain the word 'house' either in the PrincipiaSearchSource -OR- in the title. ---------------------- Goeldi.com - eBusiness ---------------------- www.goeldi.com web@goeldi.com Fon +41-61-7330555 Fax +41-61-7330556 ----------------------
Either do two queries or wait for Zope 2.7 :-) -aj --On Dienstag, 13. Mai 2003 17:15 Uhr +0200 Stephan Goeldi <stephan.goeldi@tiscali.ch> wrote:
Is it possible to search on multiple indexes at one time?
The scenario is this:
I have a simple text input field where I enter a word, e.g. 'house'.
I would like to find all documents which contain the word 'house' either in the PrincipiaSearchSource -OR- in the title.
---------------------- Goeldi.com - eBusiness ---------------------- www.goeldi.com web@goeldi.com Fon +41-61-7330555 Fax +41-61-7330556 ----------------------
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
--On Mittwoch, 14. Mai 2003 10:48 Uhr +0100 Chris Withers <chrisw@nipltd.com> wrote:
Andreas Jung wrote:
Either do two queries or wait for Zope 2.7 :-)
Does Zope 2.7 support this?
Some indexes in 2.7 can index multiple attrs in one single index. -aj
Andreas Jung wrote:
Andreas Jung wrote:
Either do two queries or wait for Zope 2.7 :-)
Does Zope 2.7 support this?
Some indexes in 2.7 can index multiple attrs in one single index.
What are the examples of this? Where are they documented? cheers, Chris
There is a link to the proposal on dev.zope.org -> Zope 2.7 and of course a section in CHANGES.txt (CVS HEAD). --aj --On Mittwoch, 14. Mai 2003 17:37 Uhr +0100 Chris Withers <chrisw@nipltd.com> wrote:
Andreas Jung wrote:
Andreas Jung wrote:
Either do two queries or wait for Zope 2.7 :-)
Does Zope 2.7 support this?
Some indexes in 2.7 can index multiple attrs in one single index.
What are the examples of this?
Where are they documented?
cheers,
Chris
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
Stephan Goeldi wrote at 2003-5-13 17:15 +0200:
Is it possible to search on multiple indexes at one time?
The scenario is this:
I have a simple text input field where I enter a word, e.g. 'house'.
I would like to find all documents which contain the word 'house' either in the PrincipiaSearchSource -OR- in the title.
Casey has a Product called "ZCatalogQuery" (or similar) which can do this. Dieter
participants (4)
-
Andreas Jung -
Chris Withers -
Dieter Maurer -
Stephan Goeldi