Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: filtering by dates in search docs is outdated #190

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/es/using/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ Puede filtrar sus búsquedas en función de la hora en que se guardaron o public

Por ejemplo:

- `saved:2022-04-21.._` Todos los artículos guardados desde 2022-04-21
- `saved:2022-04-21..*` Todos los artículos guardados desde 2022-04-21
- `published:2020-01-01..2022-02-02` Todos los artículos publicados entre 2020-01-01 y 2022-02-02
- `published:_..2020-01-01` Todos los artículos publicados antes del 2020-01-01
- `published:*..2020-01-01` Todos los artículos publicados antes del 2020-01-01

## Ordenación

Expand Down
4 changes: 2 additions & 2 deletions docs/ko/using/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ You can filter your searches based on the time they were saved or published usin

For Example:

- `saved:2022-04-21.._` All items saved since 2022-04-21
- `saved:2022-04-21..*` All items saved since 2022-04-21
- `published:2020-01-01..2022-02-02` All items published between 2020-01-01 and 2022-02-02
- `published:_..2020-01-01` All items published before 2020-01-01
- `published:*..2020-01-01` All items published before 2020-01-01

## Sorting

Expand Down
4 changes: 2 additions & 2 deletions docs/using/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ You can filter your searches based on the time they were saved or published usin

For Example:

- `saved:2022-04-21.._`: All items saved since 2022-04-21
- `saved:2022-04-21..*`: All items saved since 2022-04-21
- `published:2020-01-01..2022-02-02`: All items published between 2020-01-01 and 2022-02-02
- `published:_..2020-01-01`: All items published before 2020-01-01
- `published:*..2020-01-01`: All items published before 2020-01-01

## Filtering by language

Expand Down
4 changes: 2 additions & 2 deletions docs/zh/using/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ The `type:` 筛选器用于根据类型筛选搜索结果。

例如:

- `saved:2022-04-21.._` 自 2022-04-21 以来保存的所有文章。
- `saved:2022-04-21..*` 自 2022-04-21 以来保存的所有文章。
- `published:2020-01-01..2022-02-02` 在 2020-01-01 至 2022-02-02 之间发布的所有文章。
- `published:_..2020-01-01` 在 2020-01-01 之前发布的所有文章。
- `published:*..2020-01-01` 在 2020-01-01 之前发布的所有文章。

## 排序

Expand Down
Loading