Hi all,is this the case of there being only two hard problems in Comp. Sci.: cache invalidation, naming things, and off-by-one errors? --
```
${MY_SOLR_URL}/terms?terms.fl=record_type&terms.limit=-1
..., "KeyFrame",*2* ]
```
Versus
```
${MY_SOLR_URL}/select?q=record_type:KeyFrame
...
"params":{
"q":"record_type:KeyFrame",
"indent":"true",
"q.op":"OR",
"useParams":"",
"_":"1774386812360"
} },
"response":{
"numFound":*1*,
...
```
Or am I missing something?
TIA
Dima
