Berthier Esteban
Berthier Esteban
## Expected Behavior During user creation, we should be able to add strategies (according to available strategies), or create users without strategies ## Current Behavior Actually, the UX/UI implicitly requires...
## Expected Behavior In a kuzzle without any users, AC should display the card `no user is defined` ## Current Behavior First AC display that card, but click again on...
If my mapping contains a field with "multi-fields" like this : ``` { [...] "name": { "type": "text", "fields": { "raw": { "type": "keyword" } } } } ``` I...