tpwd / ke_search

Search Extension for TYPO3 Content Management System, including faceting search functions.
https://extensions.typo3.org/extension/ke_search/
GNU General Public License v3.0
7 stars 31 forks source link

Filter options not selectable in CE of ke_search #236

Closed Inovanet closed 1 month ago

Inovanet commented 1 month ago

Created filter options are not selectable in the content element for ke_search. There are 3 filter options present but in the configuration for the content element none of them is visible.

filteroptions filter

System used: TYPO3 12.4.13 ke_search 5.5.0 PHP 8.1.29

christianbltr commented 1 month ago

Did you check if the record storage page is set to the right system folder?

Auswahl_091

Inovanet commented 1 month ago

The storage folder has already been set.

filterbottom

christianbltr commented 1 month ago

Did you also create filters or only filter options? You need to create filter records first, then add filter options to the filters. Filter options are meant to be created inside a filter, not stand-alone.

Auswahl_092

Auswahl_093

Also: Having "Startseite" configured as record storage additionally to the "Search data" folder for the plugin seems strange. Are you sure that's where your search configuration is? If you don't have any indexer records or filter records stored on "Startseite" you can safely remove it here.

Inovanet commented 1 month ago

When creating filters an error is displayed.

eval-src

When looking through the files I didn't find a srcipt tag which could resemble the called function to add any 'nonce' or 'sha256'. A clean htaccess with no CSP manipulation is used.

christianbltr commented 1 month ago

This may be related to #231. Does it work if you disable the feature toggle "Security: backend enforce content security policy" as described in #194?

Inovanet commented 1 month ago

Added a comment in #194