Open sanikolaev opened 4 days ago
When performing the following query against a plain table I got:
mysql> select * from idx where match('abcef') option fuzzy=1; ERROR 1064 (42000): table 'idx' is not real-time or percolate
It's confusing, because:
Manticore 6.3.7 bedf3c9d0@24111812 dev (columnar 2.3.1 30ad2d6@24100914) (secondary 2.3.1 30ad2d6@24100914) (knn 2.3.1 30ad2d6@24100914)
macos
Yes
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
As discussed, instead of fixing the error let's just use show table NAME settings instead of show create table. It should enable fuzzy search for plain tables.
show table NAME settings
show create table
Bug Description:
When performing the following query against a plain table I got:
It's confusing, because:
Manticore Search Version:
Manticore 6.3.7 bedf3c9d0@24111812 dev (columnar 2.3.1 30ad2d6@24100914) (secondary 2.3.1 30ad2d6@24100914) (knn 2.3.1 30ad2d6@24100914)
Operating System Version:
macos
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.