Function parseFilter

  • Convert custom search statements to JS statement string. Custom search statements format/examples:

    • id eq 123-123-123-13
    • name eq "some name" and description eq "something else"

    Parameters

    • filter: string

      the actual filter string

    • baseObjPath: string

      the path of the origin object. This path will be included in the final JS statement

    Returns string

    string based JS statement