Skip to main content
Module

x/earthstar/mod.browser.ts>QueryFilter

A specification and Javascript library for building online tools you can truly call your own.
Go to Latest
interface QueryFilter
Re-export
import { type QueryFilter } from "https://deno.land/x/earthstar@v9.3.3/mod.browser.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
optional
contentLength: number
optional
contentLengthGt: number
optional
contentLengthLt: number