Actions
Bug #85252
closedIndexed Search Exception uid not found
Start date:
2018-06-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Indexed search is throwing an exception in backend
An exception occurred while executing 'SELECT COUNT(`uid`) FROM `index_rel`, `index_words` WHERE (`index_rel`.`phash` = ?) AND (`index_words`.`wid` = `index_rel`.`wid`) GROUP BY `index_words`.`baseword`' with params [66959257]: Unknown column 'uid' in 'field list'
"uid" should be something like "index_words.wid" to work
Actions