Project

General

Profile

Actions

Feature #20421

closed

Epic #65814: Make Indexed search extbase plugin shine

Feature #19465: Configuration enhancement for indexed_search

Unflexible Output of Resultbrowser

Added by Andre Dittmar almost 15 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2009-05-14
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Remote Sprint

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)


Files

class.tx_indexedsearch.patch (2.67 KB) class.tx_indexedsearch.patch Administrator Admin, 2009-05-14 15:43
Actions

Also available in: Atom PDF