Actions
Bug #17482
closedStop Words in Indexed Search
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2007-07-18
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.1
PHP Version:
4.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
There seems to be no support for adding stop words for the indexed search.
Even a field exists in the table index_words I could not find any evidence that this field is used outside of statistics. Stop words should not be used at all in the search. They should not get indexed at all... Big index tables can lead to database and server crashes.
There should be a possiblility to import stop words from files. It is very important that a search engines tries to minimize its database size by using stop words properly.
(issue imported from #M5991)
Actions