Closed sixtyniner-official closed 5 years ago
Hi @mestro67 , This is strange, I can't seem to reproduce this. Can you check your solr index (directly in the solr UI) and see what's index there? This module should be grabbing data as it appears there. If for some reason it's incorrect there, then it would be something within your Search API config (maybe a misconfigured field, where you are using the index id by mistake?) Let me know what's in the index and we can investigate a bit more. Cheers, Duarte
Hi @duartegarin,
I do not use Solr, but Database Search (search_api_db)
Interesting. You seemed to have stumbled across a naming conflict between the field name and the index field. I'll have to work this out. Meanwhile, you can just change "type" to something else like "node_type" and it should work. Cheers, Duarte
Thank you! Renaming default Content Type machine name "type" to eg. "content_type" is fix, or at least workaround for described problem.
This issue should now be fixed with PR #23
Not sure if it's feature or a bug, but have following scenario:
But GraphQL response return Index name instead content type name. Check response image.