Eric Pugh
Eric Pugh
I fixed the issue... the ObjectTracker was actually a red herring, the sql module was missing and that was what was causing the error. AI rescue! I think this is...
I love the idea... I wonder if this requires modifying `splainer-search` library to support this new metadata? I think someone needs to look into https://github.com/o19s/splainer-search/blob/main/services/explainSvc.js.
Pinging @softwaredoug about this one... looks like it's in splainer-search in https://github.com/o19s/splainer-search/blame/main/test/spec/solrUrlSvc.js#L169
@OkkeKlein so the current live version of quepid should let your `and` be a proper `and` now! Can you retest?
Once #788 is done, this will be an easy fix....
Need to push these changes live ;-). version 7.10
doing some testing... and so interestingly the `http://reader:[email protected]` approach does NOT work with the proxy... I think becuase that url pattern gets cut out.. Moving to using the explicit basic...
okay, so, I fixed this proxy thing in #1015 by actually digging it out of the proxied url, and using a proper basic auth header!
This has been fixed!