Problem/Motivation
After the upgrade to 3.x spellcheck no longer works.
In the ui on /admin/config/search/search-api/server/myindex Spellcheck is indicated as not supported with the following message:
"Some of the used data types aren't supported by the server's backend. See the data types table to find out which types are supported"
Proposed resolution
We need to fix support for spellcheck in SearchApiSolrBackend::supportsDataType.
Remaining tasks
Add solr_text_spellcheck to SearchApiSolrBackend::supportsDataType.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3026028_2.patch | 584 bytes | mpp |
Comments
Comment #2
mpp commentedSee https://github.com/mkalkbrenner/search_api_solr/pull/25
Comment #3
mkalkbrennermerged, thanks.
Please use drupal-like commit messages next time to get the commit refelected here:
git commit -m 'Issue #3026028 by mpp: Add support for spellcheck in 3.x' --author="mpp <mpp@359881.no-reply.drupal.org>"Comment #4
mkalkbrenner