docs: expand pfilter operands reference with full operator list and examples#190
Open
TurekBot wants to merge 14 commits into
Open
docs: expand pfilter operands reference with full operator list and examples#190TurekBot wants to merge 14 commits into
TurekBot wants to merge 14 commits into
Conversation
Contributor
Mintlify previewOpen preview — deployed from Updated on each push. Preview deploys can take a minute or two to finish building — refresh the preview URL if it shows a build-in-progress splash. |
…xamples The previous operands section was an incomplete bullet list with no description of values format. Replaces it with tables covering all supported string and numeric operands, values format for each, and concrete URL examples. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…xamples Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…otes to pfilter reference Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…esting Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Everyone has a browser
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
I'm not sure how it got there, but it was intended to have been removed previously.
IN/NOT_IN/EQUALS/NOT_EQUALS are case-sensitive. CONTAINS/NOT_CONTAINS/STARTS_WITH/NOT_STARTS_WITH/ENDS_WITH/NOT_ENDS_WITH are case-insensitive. Updated examples to reflect case-insensitive behavior where applicable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
url is not a recognized syntax highlighter language. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
be228fc to
1024632
Compare
Four screenshots had a trailing > in their paths, causing broken images. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Collaborator
Author
|
Here's a direct URL to the page I edited: https://domoinc-bradley-turek-pfilter-operators-reference.mintlify.app/portal/embed/embed-in-sites-and-apps/url-parameters-in-embedded-content |
d78ad74 to
c92e7a5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
IN,NOT_IN,IN_IGNORE_CASE,CONTAINS,NOT_CONTAINS,STARTS_WITH,NOT_STARTS_WITH,ENDS_WITH,NOT_ENDS_WITH,EQUALS,NOT_EQUALS,EQUALS_IGNORE_CASE,LIKE,NOT_LIKE,GREATER_THAN,GREAT_THAN_EQUALS_TO,LESS_THAN,LESS_THAN_EQUALS_TO,BETWEEN,NOT_BETWEENvaluesformat for each operand (array of strings vs. single value vs. two-value range forBETWEEN)CONTAINS,BETWEEN,LIKE, and multi-filter usageTest plan
🤖 Generated with Claude Code