Skip to content

docs: expand pfilter operands reference with full operator list and examples#190

Open
TurekBot wants to merge 14 commits into
mainfrom
bradley.turek/pfilter-operators-reference
Open

docs: expand pfilter operands reference with full operator list and examples#190
TurekBot wants to merge 14 commits into
mainfrom
bradley.turek/pfilter-operators-reference

Conversation

@TurekBot

@TurekBot TurekBot commented May 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Replaces the sparse 9-item bullet list of operands with two organized reference tables (string and numeric)
  • Covers all supported operands: 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_BETWEEN
  • Documents the correct values format for each operand (array of strings vs. single value vs. two-value range for BETWEEN)
  • Adds concrete URL examples for CONTAINS, BETWEEN, LIKE, and multi-filter usage

Test plan

  • Verify tables render correctly in the docs preview
  • Confirm all operand names match the platform implementation

🤖 Generated with Claude Code

@github-actions

github-actions Bot commented May 14, 2026

Copy link
Copy Markdown
Contributor

Mintlify preview

Open preview — deployed from bradley.turek/pfilter-operators-reference.

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.

TurekBot and others added 13 commits June 17, 2026 03:08
…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>
@TurekBot TurekBot force-pushed the bradley.turek/pfilter-operators-reference branch from be228fc to 1024632 Compare June 17, 2026 09:08
@TurekBot TurekBot marked this pull request as ready for review June 17, 2026 09:13
Four screenshots had a trailing > in their paths, causing broken images.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@TurekBot

TurekBot commented Jun 17, 2026

Copy link
Copy Markdown
Collaborator Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant