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

cstpraveen created an issue. See original summary.

cilefen’s picture

Version: 7.x-dev » 8.2.x-dev
Related issues: +#498752: Partial word search for Drupal 7

A 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.

cstpraveen’s picture

Version: 8.2.x-dev » 7.x-dev
cilefen’s picture

Version: 7.x-dev » 8.2.x-dev

Please understand that a feature request like this must be put into Drupal 8 first and kindly do not change the version.

yash_khandelwal’s picture

Hi,

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

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.0-beta1 was released on August 3, 2016, which means new developments and disruptive changes should now be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.0-alpha1 will be released the week of January 30, 2017, which means new developments and disruptive changes should now be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.0-alpha1 will be released the week of July 31, 2017, which means new developments and disruptive changes should now be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.0-alpha1 will be released the week of January 17, 2018, which means new developments and disruptive changes should now be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

anybody’s picture

Status: Active » Closed (won't fix)

This 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.