I figured it out. It was a combination of problems.
1. not fully indexing the data. that made the result set return smaller
than expected.
2. using the join statement without adding a field at the end of it to
search the other core on.
On Fri, Nov 15, 2019 at 1:39 PM rhys J wrote:
>
> I am tryi
I am trying to use the API to get an exact match on clt_ref_no.
At one point, I was using ""s to enclose the text such as:
clt_ref_no: "OWL-2924-8", and I was getting 5 results. Which is accurate.
Now when I use it, I only get one match.
If I try to build the url in perl, and then post the url,