-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Autocompleter doesn't work in TYPO3v9 (pageType without effect) #158
Comments
If I use Additional |
OK, little progress: This request generates an empty JSON array. |
Degugging $arguments:
$this->query:
$solrResults:
Search for jena works in solr console ;-) How can I see the real http request against solr? |
This is the
The main difference is the new I guess an other default behaviour. |
In current project we use TYPO3 v9 and solarium "~4.2" |
This code in
Partials/Form/Fields/Text.html
In the generated link the key
type
is missing. In older installation (8.*) it worked.Here an example link:
https://hosdev.sub.uni-hamburg.de/de/suchen-entdecken/discovery/?tx_find_find%5Baction%5D=suggest&tx_find_find%5Bcontroller%5D=Search&tx_find_find%5Bformat%5D=data&tx_find_find%5Bq%5D=hamb&cHash=6c348fe79748ec6163d21aa39c563794
Any ideas? The added
additionalParams:
is a workaround, but didn't work.The text was updated successfully, but these errors were encountered: