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
Updated by Gerrit Code Review over 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57634
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch 9.3 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/57638
Updated by Benni Mack over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 5272cbeb7578a1f141620e06a4e5e072d3bffc4b.
Actions