Posted by JoeMcGuire on May 16, 2011 at 9:13pm
1 follower
| Project: | xapian |
| Version: | 7.x-1.x-dev |
| Component: | Search API implementation |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | search_api_spellcheck |
Issue Summary
I've been working on a spellcheck module for the Search API - it's in a sandbox here:
http://drupal.org/sandbox/JoeMcGuire/1150950
Xapian supports spelling suggestions but needs to have an index built with the FLAG_SPELLING set and then queried with FLAG_SPELLING_CORRECTION.
Comments
#1
Patch attached to support spell checking.
To even get the module to index text I needed the patch at this issue #1159484: Search API Xapian not indexing text
This patch just responds the spellcheck module by adding the required flags listed above. You will need to reindex your content after you add this patch.
#2
I've got a recommended release it works with now on a full project page
http://drupal.org/project/search_api_spellcheck