Get started with query_string queries in Elasticsearch — When it goes to boolean operations such as NOT, AND, and OR, we normally use bool queries with must, should, must_not clauses. Yes, bool queries are very powerful and can be used to perform all types of advanced searches. However, for simple searches with basic NOT, AND, and OR conditions…