I need feature like when we enter a misspelled word means the search should bring correct words like "Did you mean" thing.
I have searched many modules. All modules only work with Search API and Solr. Is there any way to get related results, or features like asking "Did you mean" feature.
Comments
Comment #2
cilefen commentedA feature like this would have to go in Drupal 8. This is related to #498752: Partial word search for Drupal 7 and may be a duplicate.
Comment #3
cstpraveen commentedComment #4
cilefen commentedPlease understand that a feature request like this must be put into Drupal 8 first and kindly do not change the version.
Comment #5
yash_khandelwalHi,
You may try Search API Spellcheck module.
See also below links related this issue. This may helpful for related search.
https://www.drupal.org/node/975132
https://www.drupal.org/node/1361854
Thanks
Comment #10
anybodyThis feature is to specialized for core search. Please help to improve and test
#498752: Partial word search for Drupal 7
& #103548: Partial Search in Drupal Core which will allow partial word search. For more than that a contrib module should be used using search_api and Solr or Elasticsearch.