The livesearch results are always the same and the search always finds nothing.
**(property change) ** --simon, Sun, 26 Feb 2006 10:14:45 -0800 reply
Name: '#1163 search doesn't work at plone.zwiki.org' => '#1163 search doesn't work at plone.demo.zwiki.org'
update --simon, Thu, 09 Mar 2006 11:24:44 -0800 reply
Today, I find the livesearch pops up some results after you type something, but they are always the same. portal_catalog advanced update catalog had no effect.
update --simon, Thu, 09 Mar 2006 12:15:38 -0800 reply
I have been debugging this in #plone. No catalog cleanup or change of index helped. I used the firebug FF extension suggested by elvix, which led to the script which livesearch calls:
http://plone.demo.zwiki.org/livesearch_reply?q=searchtext
This returns the same results for any searchtext, even if you bypass apache.
(property change) fixed --simon, Thu, 09 Mar 2006 13:04:34 -0800 reply
Status: open => closed
http://dev.plone.org/plone/ticket/5338 : This was caused by a missing SearchableText? index. In such cases catalog and the livesearch_reply script return all results. That's a catalog bug IMHO, but a missing SearchableText? index is presumably a rare situation I created myself, so no further action needed - feel free to close this.
See also --EmmaLaurijssens, Thu, 09 Mar 2006 13:32:17 -0800 reply
http://plone.org/documentation/faq/catalog-disappears
See also --simon, Thu, 09 Mar 2006 14:23:51 -0800 reply
Aha.. so it may have been a plone migration weakness. I was missing the Description index too, I've added it though it shouldn't make a difference for wiki pages (which generate it from the main text).
See also --Frank Laurijssens, Thu, 09 Mar 2006 14:30:41 -0800 reply
And the Title index is a TextIndex? after the migration, not a ZCTextIndex?.
repair --frank, Sun, 03 Dec 2006 13:57:46 -0800 reply
Name: '#1163 dorothee' => '#1163 search doesn't work at plone.demo.zwiki.org' Category: user-editing-rst => user-browsing Severity: critical => normal