Skip to content

fix(server): server side search

Giannis Kopanas requested to merge develop into staging

Implements most of the missing graphql search operators. Implement all the operators needed to fulfill the current requirements.

Refactors search operators. There is now a "searchOperators" look-up object. This way we don't need an "if" condition for every operator; we can just check to see whether an operator is supported by "searchOperators".

Merge request reports