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:
|
- term:
|
||||||
owned: <<user_closet_hanger_ownership>>
|
owned: <<user_closet_hanger_ownership>>
|
||||||
- &body_id_partial
|
- &body_id_partial
|
||||||
term:
|
constant_score:
|
||||||
|
filter:
|
||||||
|
or:
|
||||||
|
query:
|
||||||
|
- term:
|
||||||
body_id: <<body_id>>
|
body_id: <<body_id>>
|
||||||
|
- term:
|
||||||
|
body_id: 0
|
||||||
|
|
||||||
_names:
|
_names:
|
||||||
*name_partial
|
*name_partial
|
||||||
|
|
Loading…
Reference in a new issue