Project

General

Profile

Actions

Bug #85252

closed

Indexed Search Exception uid not found

Added by Kalle Karlson almost 6 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Indexed Search
Target version:
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' 

https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/indexed_search/Classes/Domain/Repository/AdministrationRepository.php#L597

"uid" should be something like "index_words.wid" to work

Actions

Also available in: Atom PDF