Skip to content

Commit

Permalink
Merge pull request #204 from sn1c/add_words_count
Browse files Browse the repository at this point in the history
Add words count to doc
  • Loading branch information
jacksonh authored Oct 28, 2024
2 parents db03471 + 7c22881 commit ec44632
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/using/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,17 @@ The `readPosition:` filter can be used to filter your search results based on ho

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 word count

The `wordsCount:` filter is used to filter search by how much words an item has.

For example:

- `wordsCount:>50`: Show items that have more than 50 words
- `wordsCount:<100`: Show items that have less than 100 words

This filter can help you filtering out paywalled content as well.

## Filtering by type

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

0 comments on commit ec44632

Please sign in to comment.