Assuming I have the next record in my Elasticsearch:
How can I query something like:
This doesn't work and it's expected, because if we wrap the query to the quotes, then it would search for the 1 to 1 correspondence.
When I want just to place a wildcard, instead of the url path.
If I query this:
The results would be too broad, because it would break the query by words.
Any suggestion?