glare/glare/tests
Kushal Agrawal 37b31018dd and/or query combiner for filter options
Provides an option to specify query combiner ("and/or")
for attribute based filters in query parameter.
So if user wants to search artefact a based on filters :
field1 = value1 and (field2 = value2 or field3 = value3)

it can be specified in query like :
field1=eq:value1&field2=or:eq:value2&field3=or:eq:value3

"and" is the default value of combiner in case it is not specified.

Change-Id: I16c7c7fecefab5d615fa9e933234725249c5d97a
Implements: blueprint glare-search-artifact-query-update
2018-03-22 13:37:46 +05:30
..
etc Cleanup policy file for tests 2016-08-30 16:04:55 +03:00
functional and/or query combiner for filter options 2018-03-22 13:37:46 +05:30
unit and/or query combiner for filter options 2018-03-22 13:37:46 +05:30
var Optimize zip unpacking 2017-09-20 14:19:10 +00:00
__init__.py Glare Code 2016-08-05 18:59:44 +03:00
hooks_artifact.py Added display_type_name field in BaseArtifact 2018-03-19 20:24:00 +05:30
sample_artifact.py Added display_type_name field in BaseArtifact 2018-03-19 20:24:00 +05:30
unpacking_artifact.py Added display_type_name field in BaseArtifact 2018-03-19 20:24:00 +05:30
utils.py Allow to run tests in offline mode 2017-10-06 10:56:00 +00:00