Skip to content

Commit e589437

Browse files
authored
Merge pull request #1049 from nep/patch-25
Update entries.md to explain the search: parameter a bit more
2 parents c6cbb27 + 57726cc commit e589437

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/add-ons/pro-search/filters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ You can use the native `search:field_name` parameter to target specific fields.
235235

236236
#### `search:field_name`
237237

238-
Like the [channel search:field_name= parameter](/channel/channel_entries.md#search-field-name).
238+
Like the [Channel search:field_name= parameter](/channel/entries.md#searchfield_name).
239239

240240
#### `search:field_name:column_name`
241241

docs/channels/entries.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,8 @@ NOTE: **Note:** You will often use this parameter in conjunction with the [if no
498498

499499
The "search:" parameter allows you to constrain Channel Entries output based on content within your fields. You specify which field to search by using the field's short name immediately after "search:". You can search based on whether a field is an exact match to your provided term or whether or not a field simply contains your term.
500500

501-
NOTE: **Note:** Some fields store their content in a manner that affects the ability to work with this parameter. Grid fields, for instance, could only use this parameter for columns with "Include in search?" enabled. Relationship fields cannot be searched using the search parameter.
501+
NOTE: **Note:** Some fields store their content in a manner that affects the ability to work with this parameter. Grid fields, for instance, can only use this parameter for columns with "Include in search?" enabled (For performance, EE groups those columns into a searchable blob.). You can, however, search on Grid columns by using Pro Search's [`{exp:pro_search:results}`](add-ons/pro-search/tags.md#exppro_searchresults) tag and the [Field Search filter](/add-ons/pro-search/filters.md#field-search). Pro Search can also be used to filter entries by [title](/add-ons/pro-search/filters.md#searchtitle), [url_title](/add-ons/pro-search/filters.md#searchurltitle), [status](/add-ons/pro-search/filters.md#searchstatus), and [more](/add-ons/pro-search/filters.md#field-search). Relationship fields cannot be searched using the "search:" parameter.
502+
502503

503504
#### "Exact" Matching
504505

0 commit comments

Comments
 (0)