Bug #4813
flexform values should be used
| Status: | Resolved | Start date: | 2009-09-29 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Ingo Renner | % Done: | 100% |
|
| Category: | Frontend Plugins | |||
| Target version: | 1.2 | |||
| TYPO3 Version: | Has patch: | |||
| PHP Version: | Tags: | |||
| Votes: | 0 |
Description
Configuration via flexform of the plugin is not used by the plugin currently. I think we should merge flexform config with TS-config in tx_solr_Util::getSolrConfiguration.
History
Updated by Thomas Mammitzsch over 3 years ago
- File mergeflexform.patch added
here's a patch solving this. For some reason, if you fill out the sorting field in flexform you get no search results - also without this patch.
Also i don't know where to map the 'allow emptyQuery' checkbox to.
I putted the code in class.tx_solr_pi_results.php, because its all frontend related and it seems handy to do it there because of tslib_pibase inheritance.
Updated by Ingo Renner almost 3 years ago
- Category set to Frontend Plugins
- Status changed from New to Resolved
- Assignee set to Ingo Renner
- Target version set to 1.2
- % Done changed from 0 to 100
fixed