Hi, I have just upgraded my dev system to 5.3.0 as I wanted to try out the full text search.
I have enabled this on the Contacts table but whenever I try and search for anything I get "Bad Server Response" error.
When I dig into .../data/logs/espo=2-18-07-10.log the error is:
The output from
is
Any help appreciated.
Thanks
I have enabled this on the Contacts table but whenever I try and search for anything I get "Bad Server Response" error.
When I dig into .../data/logs/espo=2-18-07-10.log the error is:
Code:
[2018-07-10 07:06:33] Espo.ERROR: API [GET]:/:controller, Params:Array ( [controller] => Contact ) , InputData: - S QLSTATE[HY000]: General error: 1191 Can't find FULLTEXT index matching the column list [] [] [2018-07-10 07:06:33] Espo.ERROR: Display Error: SQLSTATE[HY000]: General error: 1191 Can't find FULLTEXT index matching the column list, Code: HY000 URL: /espo_dev/api/v1/Contact?select=salutationName%2CfirstName%2ClastName%2Cname%2Caccoun tId%2CaccountName%2CemailAddressIsOptedOut%2CemailAddress%2CemailAddressData%2CphoneNumber%2CphoneNumberData&maxSize=20& offset=0&sortBy=createdAt&asc=false&where%5B0%5D%5Btype%5D=textFilter&where%5B0%5D%5Bvalue%5D=oggs [] []
Code:
mysql --version
Code:
mysql Ver 14.14 Distrib 5.7.22, for Linux (x86_64) using EditLine wrapper
Thanks
Comment