VeggieMeat / search_api_elasticsearch

Clone of project at drupal.org/project/search_api_elasticsearch for better CI options than what D.O offers
16 stars 8 forks source link

Partial search on words #60

Open VeggieMeat opened 9 years ago

VeggieMeat commented 9 years ago

Original issue: https://www.drupal.org/node/2373711

I need to be able to match partial words when making my search.

For instance, if i have indexed words like "Test, lorem, rem, trigger". I would expect that if I make a search on "rem", i get 2 results, "lorem" and "rem". But currently, I get only 1 result, "rem".

Anything I am missing? Can you please help me out?