Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/earthstar/src/query/query-types.ts>QueryFilter

Earthstar is a tool for private, undiscoverable, offline-first networks.
Go to Latest
interface QueryFilter
import { type QueryFilter } from "https://deno.land/x/earthstar@v10.0.0-alpha.2/src/query/query-types.ts";

Filters a query by document attributes.

Properties

optional
path: Path
optional
pathStartsWith: string
optional
pathEndsWith: string
optional
author: AuthorAddress
optional
timestamp: Timestamp
optional
timestampGt: Timestamp
optional
timestampLt: Timestamp