|
Issue 352 of
NEW Zope.org (the website)
[ZOC]
|
Title: |
search results 'broken'
|
Status: |
Accepted
|
Security |
related:
No
|
Description: |
search results are 'not' correct
Collector search
* search calls doForSeach to construct the actual catalog query
* doSearchForm tests for ...
|
From: |
d2m
|
on: |
Jul 16, 04 13:19
|
|
d2m
|
Last update:
|
Jul 22, 04 02:32
|
Topic/class: |
searching/bug
|
Importance:
|
medium
|
Version info: |
|
Assigned: |
d2m
|
Issue 352 Transcript
|
2 entries
|
= Comment - Entry #2 by d2m on Jul 22, 2004 2:32 am
i changed the script doFormSearch:
objects are selected by 'portal_type' instead of 'meta_type' now
please report any problems with that change
- HowTo objects have not been migrated, we have to sorts of HowTo objects in the database. atm only new HoTows are searched for
- see Collector #151 on failed HowTo migration
- old HowTos should be migrated after all
- if you know of othere object types that exist in 2 versions please report
________________________________________
= Request - Entry #1 by d2m on Jul 16, 2004 1:19 pm
Status: Pending => Accepted
Supporters added: d2m
search results are 'not' correct
Collector search
* search calls doForSeach to construct the actual catalog query
* doSearchForm tests for available 'meta_type's instead of portal_types
* change to portal_types yields an increase of 300-500 % in search results
questions:
* is searching in wiki pages intended ?
* how are existing meta_types searched ? mix of meta_type and portal_type does not work
|
|
|