Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

feat: Adding docs for search index and fingerprint expressions #183

Merged
merged 10 commits into from
Jun 2, 2022

Conversation

dhudec
Copy link
Contributor

@dhudec dhudec commented Jun 1, 2022

Description

  • Consolidates all docs about expressions within the Expressions page on the docs
  • Adds usage examples for search_indexes and fingerprint_expression
  • Note: this requires a sister PR in the guides to update cross-links and the title of the Expressions section.

Testing required outside of automated testing?

  • Not Applicable

Screenshots (if appropriate):

image

Rollback / Rollforward Procedure

  • Roll Forward
  • Roll Back

Reviewer Checklist

  • Description of Change
  • Description of outside testing if applicable.
  • Description of Roll Forward / Backward Procedure
  • Documentation updated for Change

@@ -146,7 +244,9 @@ Say you have created the Card token:

We have not tokenized the card owner's name, `John Doe`. Assume that we have this plaintext value directly available to our application to pass into the Reactor or Proxy request.

## Override a Field on a Token
<div></div>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These div separators are required to align code examples with the appropriate header, since h3 elements (### in markdown) are not intended to be aligned to code samples

@dhudec dhudec marked this pull request as ready for review June 1, 2022 18:17
@dhudec dhudec requested a review from a team as a code owner June 1, 2022 18:17
source/includes/api-reference/_tokenize.md Outdated Show resolved Hide resolved
source/includes/api-reference/_tokenize.md Outdated Show resolved Hide resolved
source/includes/api-reference/_tokenize.md Outdated Show resolved Hide resolved
source/includes/expressions/_detokenization.md Outdated Show resolved Hide resolved
source/includes/expressions/_filters.md Outdated Show resolved Hide resolved
source/includes/expressions/_fingerprints.md Outdated Show resolved Hide resolved
koalaty-code
koalaty-code previously approved these changes Jun 2, 2022
| **Minimum Impact Level** | `high` |
| **Default Restriction Policy** | `mask` |
| **Input Validation** | See [Bank Object](#tokens-token-data-validations) for validation requirements |
| **Default Fingerprint Expression** | <code>{{ data.account_number }}&#124;{{ data.routing_number }}</code> |
Copy link
Contributor

@brigonzalez brigonzalez Jun 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

had to do a few backflips here. using code tag because backticks don't allow &#124; to work, which is needed because markdown interprets | as a marker for the table

@brigonzalez brigonzalez merged commit e9ebb7f into master Jun 2, 2022
@brigonzalez brigonzalez deleted the eng-2848-expression-docs branch June 2, 2022 17:49
bt-platform-eng pushed a commit that referenced this pull request Jun 2, 2022
# [1.42.0](v1.41.1...v1.42.0) (2022-06-02)

### Features

* Adding docs for search index and fingerprint expressions ([#183](#183)) ([e9ebb7f](e9ebb7f))
@bt-platform-eng
Copy link

🎉 This PR is included in version 1.42.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants