Can anybody please tell me the search on www.zope.org does not find any pages containing? - mod_pcgi2 In fact there are numerous pages including this term. Andy Pahne ap@net22.net net22 GmbH Bad Meinberger Strasse 1 32760 Detmold Tel.: 05231 - 580 640
Andy Pahne wrote:
Can anybody please tell me the search on www.zope.org does not find any pages containing?
- mod_pcgi2
IIRC, The splitter on Zope.org treats punctuation as stop characters, that includes . - and _ So searches like yours, or for dtml-in, etc will return nothing. However, as search for pcgi2 returns lots. dtml-in isn't too easy since I think 'in' is too short to actually turn up in a catalog and 'dtml' doesn't exactly get what you're after :S Good luck, Chris PS: I think Mindlace is looking into this right now...
Chris Withers wrote:
Andy Pahne wrote:
Can anybody please tell me the search on www.zope.org does not find any pages containing?
- mod_pcgi2
IIRC, The splitter on Zope.org treats punctuation as stop characters, that includes . - and _
So searches like yours, or for dtml-in, etc will return nothing. However, as search for pcgi2 returns lots. dtml-in isn't too easy since I think 'in' is too short to actually turn up in a catalog and 'dtml' doesn't exactly get what you're after :S
Actually, - is treated as a continuation (ala hyphen) so searching for dtmlin works fine. _ is a stop word, so searching for "mod pcgi" works. I'm going to note this on the search page. I'm looking into changing this, but Splitter.c is a good description of the headache I get :) -- ethan "not a c coder" fremen Zopatista Community Liason Abnegate I!
On Fri, 28 Jul 2000, ethan mindlace fremen wrote:
Actually, - is treated as a continuation (ala hyphen) so searching for dtmlin works fine.
_ is a stop word, so searching for "mod pcgi" works.
I'm going to note this on the search page.
I'm looking into changing this, but Splitter.c is a good description of the headache I get :)
If the index treats _ as punctuation or a stop, that would be more or less OK as far as searching goes if the processing in the lookup method for text indexes did the *same* splitting (you just have to make sure it also ANDs (or better yet NEARS) the parts it splits). This appears not to be the case, from this problem description and my own experience. IMO, this is a *serious* bug in ZCatalog, and I put it in the collector a while ago. In my experience cataloging does not always happen correctly, either. For instance, 'T-shirt' as a text index input word does not appear to make the object findable using the keyword 'shirt'. (I have not tested the latter behavior on 2.2 yet; I saw it on 2.1.4.) --RDM
Well the fact is the searchengine on zope.org really s*cks. They really should do something about it... Peter Andy Pahne skrev:
Can anybody please tell me the search on www.zope.org does not find any pages containing?
- mod_pcgi2
In fact there are numerous pages including this term.
Andy Pahne ap@net22.net
net22 GmbH Bad Meinberger Strasse 1 32760 Detmold Tel.: 05231 - 580 640
_______________________________________________ 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 )
I didn't want to say it so clear but that's what I implied. Andy
-----Ursprüngliche Nachricht----- Von: Peter Arvidsson [mailto:peter@innodev.com] Gesendet: Freitag, 28. Juli 2000 14:15 An: Andy Pahne Cc: zope@zope.org Betreff: Re: [Zope] search on www.zope.org
Well the fact is the searchengine on zope.org really s*cks. They really should do something about it...
Peter
I can't argue with that. i get constant key-errors... i'd really like for someone from digicool to step up and give a reason. I'm not sure if its the size of the Catalog, or the internal Splitter giving errors, or if its just related to the recent hardware problems on zope.org the saving grace searching zope are the mail search interfaces at ntlpd linked off the mailing list page AND the general site search through google ( you can get to an interface by clicking search at the top of the zope pages.. not the form... btw it also searches the mailing lists) <shamelessplug> If you're interested in a search on the mailing lists at home... you might want to check out my mailman search interface... its still alphaware but pretty functional... improvements will be to file storage and indexing... i am looking at ripping libibex indexing machinery out of Evolution... </shameless> Kapil Andy Pahne wrote:
I didn't want to say it so clear but that's what I implied.
Andy
-----Ursprüngliche Nachricht----- Von: Peter Arvidsson [mailto:peter@innodev.com] Gesendet: Freitag, 28. Juli 2000 14:15 An: Andy Pahne Cc: zope@zope.org Betreff: Re: [Zope] search on www.zope.org
Well the fact is the searchengine on zope.org really s*cks. They really should do something about it...
Peter
_______________________________________________ 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 )
On Fri, 28 Jul 2000, Andy Pahne wrote:
Can anybody please tell me the search on www.zope.org does not find any pages containing?
- mod_pcgi2
In fact there are numerous pages including this term.
Probably, it contains bad characters - underscore and 2. Oleg. (All opinions are mine and not of my employer) ---- Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru Programmers don't die, they just GOSUB without RETURN.
Don't overlook the Google Search on http://www.zope.org/SiteIndex/searchForm. It works nicely.
Can anybody please tell me the search on www.zope.org does not find any pages containing?
- mod_pcgi2
In fact there are numerous pages including this term.
participants (8)
-
Andy Pahne -
Chris Withers -
ethan mindlace fremen -
Kapil Thangavelu -
Loren Stafford -
Oleg Broytmann -
Peter Arvidsson -
R. David Murray