The indexer is setting the attribute to objectSilverstripeID but the Querier is looking for objectSilverstripeUUID. This leads to it not returning any results. Not sure which is the intended name or what other ramifications might happen from changes, otherwise I'd submit a PR.
https://github.com/wilr/silverstripe-algolia/blob/master/src/Service/AlgoliaQuerier.php#L34
https://github.com/wilr/silverstripe-algolia/blob/master/src/Service/AlgoliaIndexer.php#L114
The indexer is setting the attribute to
objectSilverstripeID
but the Querier is looking forobjectSilverstripeUUID
. This leads to it not returning any results. Not sure which is the intended name or what other ramifications might happen from changes, otherwise I'd submit a PR.Thanks again @wilr