whoops; body_id=0 also fits everyone
This commit is contained in:
parent
0fe31ee79a
commit
0310598403
1 changed files with 8 additions and 2 deletions
|
@ -30,8 +30,14 @@ ANCHORS:
|
|||
- term:
|
||||
owned: <<user_closet_hanger_ownership>>
|
||||
- &body_id_partial
|
||||
term:
|
||||
body_id: <<body_id>>
|
||||
constant_score:
|
||||
filter:
|
||||
or:
|
||||
query:
|
||||
- term:
|
||||
body_id: <<body_id>>
|
||||
- term:
|
||||
body_id: 0
|
||||
|
||||
_names:
|
||||
*name_partial
|
||||
|
|
Loading…
Reference in a new issue