In backoffice > Settings > Examine Management > Members Index, when searching for a value in a property I've added to the member type, I get the expects results. However when searching in the Members section I don't get the expect result, its as if its not querying that property.
Is there a setting or something so the member area can query that custom property?
The backoffice search queries the Examine Internal Index which includes your custom properties... However the List View search in the members area only queries the database, and only includes the name and email address...
There is an article here from V8 version that discusses an approach for intercepting the backoffice list view search and replacing it with your own that might be an inspiration for you...
Indexing member's custom properties
Hi
In backoffice > Settings > Examine Management > Members Index, when searching for a value in a property I've added to the member type, I get the expects results. However when searching in the Members section I don't get the expect result, its as if its not querying that property.
Is there a setting or something so the member area can query that custom property?
Thanks.
Hi seanrock
The backoffice search queries the Examine Internal Index which includes your custom properties... However the List View search in the members area only queries the database, and only includes the name and email address...
There is an article here from V8 version that discusses an approach for intercepting the backoffice list view search and replacing it with your own that might be an inspiration for you...
https://dev.to/skttl/how-to-customize-searching-in-umbraco-list-views-1knk
Regards
Marc
Marc
I'll have a look at that.
Thanks.
is working on a reply...