by cfitz on Tue Nov 19, 2002 1:17 pm
This is a multi-part problem.
1. When the upgrade to 2.0.3 was performed, the index to pre-update posts was lost and not regenerated, so straight searches will not return any hits for pre-update posts. A work around is to append the * wild-card character to each term you wish to find. This apparently forces the search engine to skip the index and search the text directly - slower and less efficient, but it will find older posts.
2. Posts made after the upgrade have been indexed, so non-wildcard searches for 'any terms' will return hits on the newer posts.
3. Searches for 'all terms' rarely return any hits under any circumstances - I think the list of non-indexed terms may be too broad. For example, a search for 'regenerated' AND 'circumstances' will return this post, but not a search for 'return' AND 'circumstances'.
cfitz
<edit - update 'all terms' search info>
Last edited by
cfitz on Tue Nov 19, 2002 1:31 pm, edited 1 time in total.