glare/glare/db/sqlalchemy
Kushal Agrawal 068b471e49 Tag search update
In case Artifact does not have tags associated and query
constain tags/tags-any condition with any other base artifact
field or custom field condition. It used to fail because of
INNER JOIN between glare_artifacts and glare_artifact_tags table.
Replaced "join" with "outerjoin" to rectify this issue.

Change-Id: Ie03520a38d2c726117195ea92c7fbd88c04bff18
2018-05-09 23:01:21 +05:30
..
__init__.py Glare Code 2016-08-05 18:59:44 +03:00
api.py Tag search update 2018-05-09 23:01:21 +05:30
models.py Added display_type_name field in BaseArtifact 2018-03-19 20:24:00 +05:30