You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am hitting the 10kb limit for records and I need to be able to support de-duplication. Here is my use case:
I have one model that contains a list of locations
for some models, this list contains a lot of locations (some thousands)
when indexing my model, I want to push 1 record for each location in the list: this will tremendously decrease record size while at the same time enhance the search experience
Are you willing to accept PRs for this feature? I can draft a spec here and get on with it 💪
Cheers!