Replies: 1 comment 1 reply
-
Some or all of what you store in those items might already be indexed, if you use built-in content parts or fields. These should all apply: https://docs.orchardcore.net/en/latest/reference/modules/SQLIndexing/ Or do you mean fulltext search indexing, like with Lucene? I'm not entirely sure about that, but I think that should also work like for any content item. What do you store in those items? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to search my users by properties stored within the CustomUserSettings ContentItem. So these properties should be indexed.
What is the best way to achieve this?
It would be great, if the recommended way to do this also would be part of the documentation - or is it, and I just did not find it?
best regards,
Bernd
Beta Was this translation helpful? Give feedback.
All reactions