[Zope] Searching phrases flakey in Zope?
Chris McDonough
chrism@digicool.com
Sat, 30 Jun 2001 13:09:15 -0400
Catalog phrase searching just doesn't work period with a
TextIndex. If it's working on Zope.org, that's a miracle
and an accident of history. ;-)
Eric Enge created a text index which support phrase
searching (Position Index), which hopefully if he's not too
busy and he's so inclined, he'll turn in to a pluggable
index for use under the Zope 2.4+ series (Zopes under 2.4 do
not support pluggable index types).
- C
On Sat, 30 Jun 2001 16:31:56 +0100
Simon Blandford <home@simonb.org.uk> wrote:
> I noticed that searching for phrases i.e. "search strings
> in quotes"
> with Products which use ZCatalog seems to produce
> undesired results.
>
> Two words in quotes is fine,
> Three words seems to yield spurious matches as if it is
> matching any of
> the words *in* the quotes,
> More than three words in quotes doesn't match anything
> even though the
> phrase is definitely in the documents being searched.
>
> Mixing words, boolean an quotes is a complete disaster
> and I have no
> idea what it is or isn't matching e.g.
> fred and andy not bob and "over the hill and beyond"
>
> Interestingly, if I use the search box on the Zope site
> itself phrases
> work fine as long as they are in *single* quotes. This
> doesn't work on
> my own Zope installation however. Also booleans seem to
> need to be in
> capitals i.e. AND and NOT.
>
> Has anyone else experienced this?
> Is it behaving normally but I just don't understand it?
> Why is the Zope site itself different?
>
> Why I am being so pedantic? Well I have a Document
> Library which can not
> be split easily into topics so it relies very heavily on
> text searches.
> For it to work these searches need to be quite specific,
> like you can do
> on Google or Altavista. I often mix boolean, words and
> phrases when
> using internet search engines and can narrow things down
> quite well that
> way.
>
> Regards,
> Simon B.
>
>
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )