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)
Updated by Alexander Opitz almost 11 years ago
- Category set to Indexed Search
- Target version deleted (
0) - Is Regression set to No
Updated by Mathias Schreiber almost 10 years ago
- Status changed from New to Resolved
Steps:
- Truncate index_words
- insert words from stopword_list
- set is_stopword to 1
- re-index your data
Actions