Skip to content

Commit

Permalink
edit search.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanott committed Sep 25, 2024
1 parent 8fc5efc commit 84d2e2f
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,12 @@ motion:
last_name: null
pronoun: null
username: null
gender: null
gender_id:
type: relation
collection: gender
fields:
id: null
name: null
motion_change_recommendation:
contains:
- motion
Expand Down Expand Up @@ -251,7 +256,6 @@ user:
- title
- first_name
- last_name
- gender
- email
- organization_management_level
- meeting_ids
Expand All @@ -278,3 +282,9 @@ user:
fields:
id: null
name: null
gender_id:
type: relation
collection: gender
fields:
id: null
name: null

0 comments on commit 84d2e2f

Please sign in to comment.