Skip to content

Making queries for repeated searches running into issues #14

@alexandercyu

Description

@alexandercyu

The initial solution for running repeated searches was to fake it by building many discreet searches. This creates problems for queries that repeat daily, weekly, and monthly over long time spans, such as decades. It results in many queries being sent to the server and creating a large request load.

A solution to this was to use wildcard symbols and the LIKE operator. Unfortunately because the datetime property is stored as a date/datetime type the LIKE operator cannot be used with this type input, and wildcard symbols cannot be used with timestamp type input.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions