-
I can't seem to figure out the cause of a null value been returned from a query on a map index that I created. I have verified that it is created in my db and that the content item I want exists, but I still am lost on what else I should be considering.
My map index and provider:
My Migration file:
How I am querying:
I only have 1 content item (for testing) and when I do |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Has your Is your Hmm, I would replace
With
|
Beta Was this translation helpful? Give feedback.
Has your
ClientIndex
table been created? Is your index table populated?Is your
ClientIndexProvider
registered in your module startup?Hmm, I would replace
With