How do I specify AND operation in URI based query? I\'m looking for something like:
http://localhost:9200/_search?q=\"profiletype:student AND username:s*\"
i had to combine the default operator and + sign to make it work
curl -XGET 'localhost:9200/apm/inventory/_search?default_operator=AND&q=tenant_id:t2+_all:node_1'