'<phrase_match_query>'
Adobe Acrobat Sign allows for complex searching to find content in the user's agreements. The search bar, found on the Manage page, returns all transactions that match any string provided for the content source selected.
The content in the below fields is indexed as a transaction is created/updated:
If you were searching for the string: "A simple fish"
As noted above, the Agreement Title field has more sophisticated tokenization due to an additional "customized" tokenizer that primarily tokenizes on context delimiters (vs. explicit characters). This custom tokenizer is different from the standard in that:
Note that the combination of the standard and custom tokenizers allows you to search for the full token string (thanks to the standard tokenizer) and the prefix tokens (thanks to the custom tokenizer), but you will not match a prefix token that spans a delimiter.
Example 1: If you have an agreement named My_NDA
Example 2: If you have an agreement named XL500
As described in the section above, Agreement Search performs an approximate match among all searchable fields of an agreement. Searchable field content is tokenized, and then those tokens are matched to the query string at query time. Agreement Search also performs a prefix match up to 10 characters for those tokens. However, matches of an entire field value and matches of a phrase from a field value can be achieved only with a special syntax.
A phrase match query should be used when a phrase search among all searchable fields is required.
Phrase match query syntax format:
'<phrase_match_query>' |
or
"<phrase_match_query>" |
If the query syntax doesn't follow the rules for a phrase match query syntax, Agreement Search will perform a regular approximate match query among all searchable fields.
A field name prefix query should be used when searching for only one particular field of user's agreements. The field name prefix query should contain a field name prefix followed by a regular approximate match or a phrase match query.
Field name prefix query syntax format:
<field_name>:<query> |
or
<field_name>:"<phrase_match_query>" |
or
<field_name>:'<phrase_match_query>' |
If <field_name> is not specified, all fields supported for the phrase match will be queried. Otherwise, only the <field_name> field is queried.
If the query syntax doesn't follow the rules for the field name prefix query syntax, Agreement Search will use the whole query as a search query (approximate match or phrase match, depending on the syntax) and perform a search among all searchable fields.
For example, phrase match query:
title: "Hello World"
should perform a search only against the field that contains the title of the agreement.
Below is a list of prefixes supported for the field name prefix query.
Field name prefixes are case-insensitive.
For backwards compatibility, some of the field name prefixes have aliases which are equivalent in functionality to the original field name prefixes. Those aliases are deprecated and will be eventually removed: * Field name prefix 'name' can be used instead of 'title'. ** Field name prefix 'participantEmail' can be used instead of 'email'. *** Field name prefix 'participantName' can be used instead of 'fullName'. |
Searching your content can return a daunting number of records.
Four filters, which can be used individually or in combination, are available to help reduce the dataset to a manageable listing of records.
Filtering by Modified Date
The Modified Date value filters the most recent time/date stamp when a user action updates the agreement. The Modified Date becomes a locked value once the agreement reaches a terminal status (Complete/Canceled/Expired).
The Modified Date filter icon opens the options to reduce further the data set by selecting a date range:
Filtering by Field values
Using the Search input box (to the right of the Filters button), you can apply a filter to individual fields that can hold highly specific or unique data.
The searchable field options are:
Filtering by Group
Accounts with Users in Multiple Groups enabled have access to a Group filter that limits the returned dataset to only agreements sent from that group.
When a filter is selected, a tag is displayed next to the filter icon. Any one filter can be clicked to remove it after the data set has returned.
Sign in to your account