You want to allow search on the asterisk character...
# community-help
k
You want to allow search on the asterisk character? If so, you have to add it to
symbols_to_index
but once you do that you have to send
q=""
instead of
q="*"
for wildcard queries. Try this out.
👍 1