
Hi Ash,
Welcome onboard!
This looks to be a bit like a normalisation issue - I think we are taking the literal field value from the JSON response, and that doesn’t just seem to be true , but [true] , or indeed something even weirder like [\r\n true\r\n] (with spaces and carriage returns?).
Even though you seem to have managed to paste that into the search somehow, it isn’t built for searching for formatted strings like that, and I suspect something doesn’t get escaped correctly to match this, even though it looks “similar” in the search bar. Perhaps you could try a search for old_accountenabled=*true* ? That should return something (as long as the right timeframe and repo is selected), no matter what the extra characters around that string are.
Once we can get that to work, we could decide whether we need to change the normaliser - although it’s a bit weird that this field gets returned like this. An alternative could be an in-line “ norm on ” if you need to work with this value further.
Let us know how you get on - it’s a bit tricky to try this from afar as it relies on having the right logs to “play” with.
2 comments