[Discover Autocomplete] TESTID-80: Autocomplete Languages - DQL, SQL, PPL - Compound queries w/ logical operators #8967
Labels
discover_2.0-test
Issues that are specific to the Discover 2.0 testing initiative
Objective
Test that compounding queries through logical operators (
AND
/OR
) don't interfere with other suggestions. This is mostly to test value suggestion but also other future developments that require another parse of the query or a symbol table.What to test
Permutations to consider (only if they apply)
Data type:
Index Patterns
Indexes
S3 Connections (future)
Cloudwatch
Security Lake
Language:
DQL
PPL
SQL
<field1>: <value>
and<field2>:
, wherefield1
andfield2
are different.field2
.field2
, and check that the suggestions are as expected.SELECT * FROM <index> WHERE <field1> = <value> AND <field2> =
, wherefield1
andfield2
are different.field2
.Pre-requisites
What do we need to make sure the test can be written
Steps to setting up the scenario
Have at least 1 existing workspace with index patterns
Turn query enhancements on
Select the index pattern
Select the language for the test
Ensure
query:enhancements:suggestValues
is on andquery:enhancements:suggestValuesLimit
is set properlyKnown Issues
List of known issues to reference that could impact the results of this test case
The text was updated successfully, but these errors were encountered: