Hey all, is it possible to just get back facets by...
# community-help
t
Hey all, is it possible to just get back facets by using an empty string for
include_fields
or something like that?
j
In addition to
include_fields
, you can also set
per_page
to say 1 (not sure if 0 will work)
😮 1
t
Oh wow! I set it to a million because I thought I needed all results back 😆
d
0
for
per_page
works fine - at least on 0.23.
1
👍 1
(am doing this to get the multi_search results as discussed here) !