Introducing Algolia search for users
With the new dependency, algoliasearch, we can push and store on the Algolia service a limited set of properties from the Users collection.
This commit is contained in:
@@ -42,7 +42,7 @@ users_schema = {
|
||||
},
|
||||
'roles': {
|
||||
'type': 'list',
|
||||
'allowed': ["admin", "subscriber"],
|
||||
'allowed': ["admin", "subscriber", "demo"],
|
||||
},
|
||||
'groups': {
|
||||
'type': 'list',
|
||||
|
Reference in New Issue
Block a user