Feature #20421
Unflexible Output of Resultbrowser
| Status: | Under Review | Start date: | 2009-05-14 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | indexed search | |||
| Target version: | - | |||
| TYPO3 Version: | Complexity: | |||
| PHP Version: | ||||
| Votes: | 1 (View) |
Description
Indexed search is still sometimes unflexible if you try to implement some fancy layouts. For example the resultbrowser is still hardcoded and it is not possible to show the browser only at the bottom of search results and the search summery (result count) at the top for example.
For a running project I introduced some more Typoscript-Parameters to handle this more flexible. To try this feature out, I provided a patch to extend the indexed_search class.
I'm happy about any feedback or suggestions to improve this approach...
Note: We also added a first/last page link to the resultbrowser as a new feature, which might be helpful if you have plenty of results. This feature is only xclassed (and therefore hardcoded) at the moment, but probably also interesting to implement this more sophisticated :-)
Best regards,
Andre
plugin.tx_indexedsearch{
show {
// Configure Resultbrowser at top
resultBrowserTop {
showResultCount = 1
showResultBrowser = 0
}
// Configure Resultbrowser at bottom
resultBrowserBottom {
showResultCount = 0
showResultBrowser = 1
}
}
}
(issue imported from #M11085)
Related issues
| related to Core - Feature #19465: Configuration enhancement for indexed_search | Accepted | 2008-10-16 |
History
Updated by Ralf Hettinger over 3 years ago
partially related to #9574 (patch 0009574_v7.patch)
Updated by Gerrit Code Review about 1 month ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20266
Updated by Gerrit Code Review about 1 month ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20266
Updated by Gerrit Code Review about 1 month ago
Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20266
Updated by Gerrit Code Review about 1 month ago
Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/20266