Search indexer appends asset keywords directly to content. Should

be separated by spaces.
Refactor out common code in create and addKeywords.
Use greedy regexps and drop one s///.
This commit is contained in:
Colin Kuskie 2009-07-24 18:11:20 +00:00
parent 4226ef211f
commit 1a4befc540
2 changed files with 34 additions and 20 deletions

View file

@ -1,5 +1,6 @@
7.7.17
- fixed #10654: Story Archive: Search not working properly
- fixed search indexer concatenates keywords to content.
7.7.16
- fixed #10590: Session::DateTime->secondsToInterval doesn't allow 7 weeks