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:
2016-02-10 16:13:07 +01:00
parent 4e192acea6
commit c7b6e798c0
5 changed files with 53 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ users_schema = {
},
'roles': {
'type': 'list',
'allowed': ["admin", "subscriber"],
'allowed': ["admin", "subscriber", "demo"],
},
'groups': {
'type': 'list',