Skip to content

Interface SearchProjectOptions

🏷️ Properties

facets optional

ts
facets: string

The recommended way of filtering search results. Learn more about using facets.

"categories" "versions" "license" "project_type"

Defined in: packages/modrinth/index.ts:102

filter optional

ts
filter: string

A list of filters relating to the properties of a project. Use filters when there isn't an available facet for your needs. More information

Defined in: packages/modrinth/index.ts:108

index optional

ts
index: string

What the results are sorted by

"relevance" "downloads" "follows" "newest" "updated"

Defined in: packages/modrinth/index.ts:116

limit optional

ts
limit: number

The number of mods returned by the search

Defined in: packages/modrinth/index.ts:126

offset optional

ts
offset: number

The offset into the search; skips this number of results

Defined in: packages/modrinth/index.ts:121

query optional

ts
query: string

The query to search

Defined in: packages/modrinth/index.ts:95