-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Datastore tables should be generated as innodb tables #2698
Comments
@janette to bring up with PQDC team |
search across all columns |
@acouch is this a documentation need? Or a shortcoming of Recline? Or both? |
1 similar comment
@acouch is this a documentation need? Or a shortcoming of Recline? Or both? |
@acouch ^ |
@janette to bring up with PQDC team |
To do: switch the datastore tables to innodb |
New datastore tables are being generated as InnoDB, this can be considered done |
The new datastore is missing a step to add full-text to strings. The new datastore does not add types for columns so we would want to full-text all of the columns or do some discovery for strings. The old code is https://github.com/GetDKAN/feeds_flatstore_processor/blob/master/feeds_flatstore_processor.module#L168
Additionally the API docs include
q (string) – fulltext search
when it should be "query", not "q".After addressing this we could also close #2042
The text was updated successfully, but these errors were encountered: