Error: initializeList(QueryTerm, Order): No operations allowed after connection closed.Connection was implicitly closed by the driver. select * from inventory where match (manufacturer, model_number, description) against ('*071775002*' in boolean mode) and (manufacturer like '%071775002%' or model_number like '%071775002%' or description like '%071775002%' ) order by updated_on desc
No Records