I need the ability to search by id/index/objectID with algolia. So subscriber id 1829 I need the ability for someone to enter that into the search bar and 1829 comes up.
Using Algolia directly doesn't work either so first is this possible and second if so how do you set that up.
If this isn't possible I will have to create a separate search which isn't a problem just annoying.
You can make ObjectId searchable with highest priority, so when you search for the id, the first element should be the one with that id.