Open lstitx opened 1 month ago
Yes indeed, it's currently not possible to use int fields in additional fields.
The reason is that additional fields get quoted: https://github.com/tpwd/ke_search/blob/f0f858b79ec7083760b647329c375a3ce63ac592/Classes/Indexer/IndexerRunner.php#L985
Is it possible for you to use a string field?
Yes, we're currently using a string. May I ask why you quote the additonal fields?
I extended the search with some additional fields and so far it has worked great. They're all of type text / varchar. I now want to add a new field of type int and it's not working anymore: ke_search: 5.5.0 typo3v11.5
ext_tables:
registerAdditoonalFieldsHook:
modifyFileIndexxEntryHook:
This is the error I get when running the pages Indexer: