Skip to content
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

Document current limitations of datastore search #149

Closed
acouch opened this issue Jun 9, 2014 · 1 comment
Closed

Document current limitations of datastore search #149

acouch opened this issue Jun 9, 2014 · 1 comment

Comments

@acouch
Copy link
Contributor

acouch commented Jun 9, 2014

The datastore search as exposed through the recline interface is limited by the mysiam fulltext implementation. We want to use mysaim since the innodb version is not available until 5.6 which is less supported. It only searches on text tables and on up to 16 of them. This limitation should be exposed to the user and in docs. InnoDB and Sphynx both have fullltext search for later or updated versions of MySQL. These should be explored in a separate ticket.

@dafeder
Copy link
Member

dafeder commented Oct 17, 2017

Closing in favor of #2042

@dafeder dafeder closed this as completed Oct 17, 2017
fmizzell pushed a commit that referenced this issue Apr 25, 2020
* Adds lunr to composer

* Update Search.php

* Update Search.php

* Update config.yml

* Combines search index with lunr

* Adds search updates

* First pass at making interra_api into dkan_lunr.

* Fixing lunr.php compser entry.

* Finalizing the change to dkan_lunr and deactivating frontend tests.

* Fixing complexity issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants