Skip to content
Open
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
14 changes: 14 additions & 0 deletions docs/add-ons/search/advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,20 @@ Or you can add the word "not" (with a space after it) to exclude channels:

channel="not channel1|channel2|channel3"

### `entry_id=`

entry_id="147"

You can hard code the search form to only include specific entries. You may also specify multiple entries by separating them with the pipe character:

entry_id="13|42|147"

Or use "not" to exclude entries:

entry_id="not 45|534|807"

If you set the entry_id parameter to no value, the parameter will be ignored.

### `form_class=`

form_class="search_form"
Expand Down
14 changes: 14 additions & 0 deletions docs/add-ons/search/simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,20 @@ Or you can add the word "not" (with a space after it) to exclude channels:

channel="not channel1|channel2|channel3"

### `entry_id=`

entry_id="147"

You can hard code the search form to only include specific entries. You may also specify multiple entries by separating them with the pipe character:

entry_id="13|42|147"

Or use "not" to exclude entries:

entry_id="not 45|534|807"

If you set the entry_id parameter to no value, the parameter will be ignored.

### `where=`

where="all"
Expand Down