Hi, to make my issue apparent, here is an real world example:
- I have parent term called Fishing and a child term fishing lures.
- In order to search, I created a Index view and created added contextual filter (Content datasource: Categories » Taxonomy term » Term ID)
It works fine if I give child term id, however when parent term id is given, it loads nothing (since it doesn't search deeper child term levels?).
In D7 it seems that it was possible to check "Index Hierarchy" somewhere in settings, but I see no such an option in D8.
P.S. I also had this posted as Drupal Stackexchange's question: http://drupal.stackexchange.com/questions/212500/search-api-displays-chi...
Comments
Comment #2
davisa commentedComment #3
davisa commentedSo, is there Index Hierarchy option for D8 version of search API? It seems being mentioned on many D7 version posts - https://www.drupal.org/node/1460092#comment-11416109
But I don't see any sort of processor option in D8 version? This seems like a common problem many would face when building Search API based views. Any ideas how I could tackle this issue?
Comment #4
drunken monkeySee #2625152: Implement a Hierarchical Entity Processor.