NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item8643: Stopwords do not work with + syntax
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
|
|
When a search is performed with the + operator, and the search term is a stop word, search is performed on that word.
To test, write in a search field:
+that
--
ArthurClemens - 28 Feb 2010
so the stop words change has revealed a premature optimisation in caching the setting in the parser. I've de-optimised the code by adding a
finish so that the code is correct - we can consider optimisations to this..
--
SvenDowideit - 07 Mar 2010