> ## Documentation Index
> Fetch the complete documentation index at: https://twillot.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Bookmarks

> Complete guide to bookmark management in Twillot.

Twillot supports various search methods, closely mirroring X/Twitter's search syntax to reduce your learning curve.

## Keyword Search

Enter keywords in the top search box, press Enter or click the search button to quickly search. Results will appear within milliseconds, as the query is local and does not go through any server.

<img src="https://mintcdn.com/twillot/6eee7Ds-TNsfaIzc/images/search-box.png?fit=max&auto=format&n=6eee7Ds-TNsfaIzc&q=85&s=a19eaed5132d67b8155dceded7979019" alt="twillot search box" width="1186" height="95" data-path="images/search-box.png" />

## Search Bookmarks by Specific User

Similar to keyword search, enter the text in the format `from:[username]` to search bookmarks from a specific user.

```text theme={null}
from:dotey
```

## Search Bookmarks After a Specific Date

Similar to keyword search, enter the text in the format `since:[start_date]`

```text theme={null}
since:2024-06-01
```

## Search Bookmarks Before a Specific Date

Similar to keyword search, enter the text in the format `until:[end_date]`

```text theme={null}
until:2024-06-22
```

## Search Bookmarks Within a Date Range

Combine since and until, like `since:2024-06-01 until:2024-06-22`

```text theme={null}
since:2024-06-01 until:2024-06-22
```

## Combine Keywords / User / Date to Search Bookmarks

Add different search conditions separated by spaces to freely combine them, as shown below:

```text theme={null}
AI from:dotkey since:2024-06-01 until:2024-06-22
```

This will search for bookmarks containing the keyword `AI` posted by user [dotey](https://x.com/dotey) between June 1, 2024, and June 22, 2024.

<Tip>
  Users familiar with X/Twitter will find Twillot's search methods very similar.
  Learn more about [Advance
  Search](https://help.x.com/en/using-x/x-advanced-search)
</Tip>
