When searching for posts, the following variations on search parameters can be used.
Post ID
This is the post ID of the post being queried.
- Qualifier: [code]*_id[/code]
- Example: [code]search[post_id][/code]
Post tags match
The post query of the search term matches the post of the record attribute.
- Qualifier: [code]*_tags_match[/code]
- Example: [code]search[post_tags_match][/code]
See Help:Cheatsheet for more information on post query search format.
Attribute chaining
See Help:Chaining Syntax for details on this parameter format.
See API:Posts for the list of available search terms.