Fixed Only one XFES search per session is possible

Xon

Well-known member
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.
 
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.
Any changes made as a result of this issue being resolved may not be rolled out here until later.
 
Top Bottom