Skip to content

Associated object query #694

Open
Open
@ForterLi

Description

@ForterLi
  ownerId = \$0 AND (
  (\$1 <= timeAt AND timeAt <= \$2) ||
  (timeAt < \$1 && repeatConfig != nil && (repeatConfig.endAt == nil || repeatConfig.endAt >= \$2) && (
                repeatConfig.repeatType == 1 ||
                repeatConfig.repeatType == 2 && ANY repeatConfig.repeatWeeksValue == \$3
                ))
  ) SORT(createAt DESC)

Filtering of related objects like this, cannot be transferred to objectbox, can not be satisfied, hope to correct

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionHow to do something/general question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions