I am with an Azure Search with around 615k docs. I am getting different counts when using $count when comparing with the previous search based on sql server. O the official doc I could not find any information about it, but here on StackOverflow I’ve found the following:
https://stackoverflow.com/a/47089349
So is the $count approximate or real? Is there any information in the official doc about it that I’ve missed?