Bug #35713
TER only finds extensions > 3 characters
| Status: | Resolved | Start date: | 2012-04-05 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | 2012-06-25 | |
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | [FOR] TER | |||
| Target version: | Public Beta | |||
| Votes: | 1 (View) |
Description
With the search in the old TER, the extensions with short names, for example YAG was found when searched for.
Now it seems that the shortest word is 4 characters.
If this limitation is due to the mysql fulltext search word length, i suggest to set ft_min_word_len = 3.
Related issues
| duplicates The typo3.org project - Bug #35808: TER fails to find extension | Closed | 2012-04-10 |
History
Updated by Daniel Lienert about 1 year ago
- Tracker changed from Suggestion to Bug
Updated by Lorenz Ulrich about 1 year ago
Same for "dam". No hits anymore. Before the relaunch (and here: http://www.pascalcollins.de/mein-blog/typo3/extensions/extension-repository-browser/) it worked fine.
Updated by Tolleiv Nietsch about 1 year ago
- Status changed from New to Accepted
Updated by Georg Ringer about 1 year ago
- Status changed from Accepted to Closed
Updated by Steffen Gebert about 1 year ago
- Status changed from Closed to Accepted
Why closed? Searching for 3char strings doesn't work, yet.
Updated by HDNET about 1 year ago
- Assignee set to Tolleiv Nietsch
Like suggested in the description we should configure MySQL with ft_min_word_len = 3.
I don't know wether this is a performance issue or not.
Updated by Thomas Loeffler about 1 year ago
I think the performance is the smaller fail than not finding extensions with only 3 chars.
If the performance lacks with setting this option we have to work on the performance on other places.
Updated by Lorenz Ulrich about 1 year ago
It seems that Ingo is working on a Solr based TER search with additional filters that should be deployed soon. Since the website Solr search works with 3 character extensions I think we won't have this problem anymore...
Updated by Thomas Loeffler 12 months ago
- Assignee changed from Tolleiv Nietsch to Ingo Renner
Will be fixed with the new solr list/search page by Ingo.
Updated by Thomas Loeffler 11 months ago
- Due date set to 2012-06-25
- Status changed from Accepted to Resolved
- % Done changed from 0 to 100
Working on typo3.org.