Closed williamchong closed 5 months ago
Sorry, the API is confusing. Even when index=1
is set, the key is only indexed if it has a type
set. So you can avoid indexing keys even with index=1
by just not setting the type
field. That is what I would recommend doing here.
Rewrote the PR to always use index=1
@makew0rld
I though indexing is controlled by the query string
index=1
, is that not the case and i just need to set the type?