[?]Place a | in between expressions to get one of them in results, e.g. tripcode|email to locate posts that contain either the word tripcode or email in them. Place quotes around phrases to find pages containing the phrase: "I am a filthy tripcode user" |
{{ search_form.text_search }} |
[?]Search by post subject. Leave empty for any. |
{{ search_form.subject_search }} |
[?]Search for user name. Leave empty for any user name. |
{{ search_form.username_search }} |
[?]Search for tripcode. Leave empty for any. |
{{ search_form.tripcode_search }} |
[?]Search by image filename. Leave empty for any. |
{{ search_form.filename_search }} |
[?]Enter what date to start searching from. Format is YYYY-MM-DD |
{{ search_form.from_date_search }} |
[?]Enter what date to start searching until. Format is YYYY-MM-DD |
{{ search_form.to_date_search }} |
|
{{ search_form.include_ops_search(style="list-style:none;", class_="radioselect") }} |
|
{{ search_form.oldest_first_search(style="list-style:none;", class_="radioselect") }} |
Action |
{{ search_form.submit }}{{ search_form.csrf_token }} |
[?]Number of posts to retrieve. (Max: 100) |
{{ search_form.limit_search }} |
[?]Skip ahead this many posts in results. |
{{ search_form.offset_search }} |