79373776

Date: 2025-01-21 09:09:51
Score: 2
Natty:
Report link

I got it. I used a wrapper that will post the query body like this. XXX is the base64-encoded query term.

GET /_search
{
"query": {
    "wrapper": {
    "query": "XXX" 
    }
}
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: 好神奇