Feature #15640
search word also in title and descriptions
Status: | Resolved | Start date: | 2006-02-16 | |
---|---|---|---|---|
Priority: | Should have | Due date: | ||
Assigned To: | Chris topher | % Done: | 0% |
|
Category: | Extension Manager | Spent time: | - | |
Target version: | - | |||
PHP Version: | 4 | Sprint Focus: | ||
Complexity: |
Description
now that the whole db is local, it could really improve to find the right ext in the extension manager if the search was extended to the title and description fields (now it searches only the ext key)
(issue imported from #M2585)
Related issues
History
#1 Updated by Stefano Cecere over 9 years ago
for example i was searching for "photo", and the EM didn't give me as result:
"Photo Book goof_fotoboek", since the ext name is "goof_fotoboek"..
but it is one of the best photo book for typo3!
#2 Updated by Robert Lemke over 8 years ago
Checked with current SVN version (04.12.06)
#3 Updated by Robert Lemke over 8 years ago
I tried setting the category to "Extension Manager" but always got Mantis APPLICATION ERROR #14875
#4 Updated by Karsten Dambekalns over 8 years ago
@Robert: you forgot to set the TYPO3 version select field... :)
#5 Updated by Karsten Dambekalns over 8 years ago
With the rev 1860 patch from #15663 applied this can be done with changing one line, see patch.
#6 Updated by Karsten Dambekalns over 8 years ago
The list of loaded/installed extensions can also be searched, but here the search also looks into author and author_company - I think this should be done here, too, for the sake of consistency.
#7 Updated by Karsten Dambekalns over 8 years ago
v2 is a new patch also searching author name and company, based on TYPO3 from SVN with the db-based extension cache included (rev 1869).
#8 Updated by Stefano Cecere over 8 years ago
maybe this issue can be closed?
has bug-2585-v2.diff been applied?
#9 Updated by Michael Stucki over 8 years ago
No this has not yet been applied!
#10 Updated by Chris topher about 5 years ago
Now it has been applied:
Resolved as duplicate of #12482.