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

More Like This should not have integers passed to it #68

Closed VeggieMeat closed 9 years ago

VeggieMeat commented 9 years ago

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

Hi there,

I am using SOLR for some time now, but since a friendly company was on the base of both SOLR and Elastic, I decided to try Elastic, since they adviced me to do so. Love this module, but had a question.
I have indexed content with loads of fields, and on a node page I want to have a "relevant" content block.
So i made a view which has the index as base table, and i just have a contextual filter "more like this". I have the setting "When the filter value is NOT available" and selected provide default argument with "content id from url".

But when I test it, nothing shows up. Can you tell me what i am doing wrong? Or how i can debug this?

Thanx in advance!