Skip to content
Discussion options

You must be logged in to vote

Has your ClientIndex table been created? Is your index table populated?

Is your ClientIndexProvider registered in your module startup?

Hmm, I would replace

Client? productPart = contentItem.As<Client?>();

With

var productPart = contentItem.As<Client>();

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@natesoch
Comment options

Answer selected by natesoch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants