I can run the term query at Structured Query tab. As you can see the 2242 hits.
But with the same term query in Any Query tab, the hit is 4675 hits
I can run the term query at Structured Query tab. As you can see the 2242 hits.
But with the same term query in Any Query tab, the hit is 4675 hits
In your second query, its returning all the documents in your index, which is 4675 as shown in the first image.
Please change the HTTP method from GET to POST and you should be able to get the correct search results.