X Xon Well-known member Apr 4, 2019 #1 Affected version 2.1.1 Due to the use of the temp table xf_search_index_temp, only one search can be done per php session. A simple $db->query('drop table if exists `xf_search_index_temp`'); before the create statement would fix this.
Due to the use of the temp table xf_search_index_temp, only one search can be done per php session. A simple $db->query('drop table if exists `xf_search_index_temp`'); before the create statement would fix this.
XF Bug Bot XenForo bug fixer bot Staff member Jul 16, 2019 #2 Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XFES release (2.1.2). Change log: Attempt to drop the ES temp search index table (if exists) before creating a new one. Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.
Thank you for reporting this issue. It has now been resolved and we are aiming to include it in a future XFES release (2.1.2). Change log: Attempt to drop the ES temp search index table (if exists) before creating a new one. Click to expand... Any changes made as a result of this issue being resolved may not be rolled out here until later.