Actions
Feature #88597
openIndexed_Search: Improvement suggestions
Status:
New
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2019-06-19
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Fluid Templating
Currently, various HTML outputs of the search result page are generated inside ViewHelpers, e.g- pagination
- page(?) type icon (called row.icon)
- row.description (if possible, output all result parts of a page inside an array)
Configuration
- Allow activating advanced search via TypoScript (Reason: Allow JavaScript-based opening/collapsing of Advanced Search)
Allow setting variable of GET parametertx_indexedsearch_pi2[search][extendedSearch]
also via POST (checkbox) - The documentation is not very verbose regarding the
settings.blind
option. If that setting really allows disabling advanced search fields, it does not work for all of them (at least, I did not manage to (completely) hide:
tx_indexedsearch_pi2[search][sections]
(everything should be searched then),tx_indexedsearch_pi2[search][freeIndexUid]
- Sarch form field
tx_indexedsearch_extResume
has no label in default template, but is translated
---
TYPO3 version 8.7.26
Updated by Christoph Schwarzenberg over 5 years ago
- Category set to Indexed Search
Updated by Benni Mack about 1 month ago
Just a quick update from our side: We've been working on Indexed Search in v12 + v13. The pagination now finally works like other places, the templates have been improved. we need to check what is still left from your feedback.
Updated by Garvin Hicking about 1 month ago
- Related to Bug #104861: Indexed Search - total number of results don't shown up (TYPO3 13.2) added
Actions