Bug #38378
TER, search for extension_builder fails
| Status: | Resolved | Start date: | 2012-06-25 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 100% |
|
| Category: | [FOR] TER | |||
| Target version: | - | |||
| Votes: | 0 |
Description
Searching extension_builder shows too many results, none of the first 20 being the extension builder.
It seems that it has trouble with the underscore.
Related issues
| duplicates The typo3.org project - Feature #35718: highlight exact match extension (e.g. tt_news, news, ...)... | Needs Feedback | 2012-04-05 |
History
Updated by Thomas Loeffler 11 months ago
- Status changed from New to Accepted
- Assignee set to Ingo Renner
Same problem with the search for e.g. register4cal.
Solr is dividing the string if numbers or underscores are included.
Workaround here is using qoutes, e.g. "register4cal" or "extension_builder".
Updated by Ingo Renner 11 months ago
"It's not a bug, it's a feature"
The issue here is we currently sort by last update. I'm to make it sort by relevance, that will solve the issue since a match on the extension key will give the according Solr result document a significant boost and put the extension to the top...
Updated by Helmut Hummel 11 months ago
Ingo Renner wrote:
"It's not a bug, it's a feature" The issue here is we currently sort by last update. I'm to make it sort by relevance, that will solve the issue since a match on the extension key will give the according Solr result document a significant boost and put the extension to the top...
I'm all for it. Ordering the search result by relevance by default makes sense.
Updated by Philipp Gampe 11 months ago
I do not know Solr, but can't you make it boost depending on age too, meaning that newer results a preferred? Sounds like a common search requirement to me.
Updated by Ingo Renner 11 months ago
Yes we can, but as I wrote earlier, the TER is a bit tricky.
Please be patient with us or deliver some magic fairy dust to speed things up :)
Updated by Thomas Loeffler 11 months ago
- Status changed from Accepted to Resolved
- Assignee deleted (
Ingo Renner) - % Done changed from 0 to 100
Working on typo3.org:
http://typo3.org/extensions/repository/?id=23&L=0&q=extension_builder