Skip to content

Commit

Permalink
Update search.md
Browse files Browse the repository at this point in the history
Add filter by read position
  • Loading branch information
echoriiku authored Feb 27, 2024
1 parent 4d9a219 commit 52aee3e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/using/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ The `is:` filter options are:
- `is:read`: Show only items that are fully read
- `is:unread`: (the default selected option) Show unread items

## Filtering by Read Position

The `readPosition:` filter can be used to filter your search results based on how much of an item you have read.

- `readPosition:>30`: Shows items where you have **read more than 30%** of the total content.
- `readPosition:<60`: Shows items where you have **read less than 60%** of the total content.

For example, `readPosition:>30` will show articles where you have scrolled past 30% of the content. `readPosition:<60` will show articles where you haven't reached 60% of the content yet.

## Filtering by type

The `type:` filter is used to filter search by type.
Expand Down

0 comments on commit 52aee3e

Please sign in to comment.