Skip to content

docs(sol): add null property checking documentation#3004

Merged
aheuze merged 2 commits into
mainfrom
feat/sol-null-checks-documentation
May 22, 2026
Merged

docs(sol): add null property checking documentation#3004
aheuze merged 2 commits into
mainfrom
feat/sol-null-checks-documentation

Conversation

@aheuze
Copy link
Copy Markdown
Contributor

@aheuze aheuze commented May 22, 2026

  • Add 'Checking for non-null properties' subsection to the Where operator reference, covering != null, == null, and a coalesce() tip
  • Add 'How to check for non-null properties' how-to guide section with four practical examples: filter missing fields, find absent fields, combine multiple null checks, and use coalesce() as a fallback

- Add 'Checking for non-null properties' subsection to the Where
  operator reference, covering != null, == null, and a coalesce() tip
- Add 'How to check for non-null properties' how-to guide section with
  four practical examples: filter missing fields, find absent fields,
  combine multiple null checks, and use coalesce() as a fallback

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 22, 2026

Pull request was merged, preview was removed.

Remove all coalesce-related content introduced by this branch:
- sol_how_to_guides.md: dropped the 'Provide a fallback value instead
  of filtering' subsection and the coalesce cross-reference in the
  closing line
- sol_ref_operators.md: dropped the tip block pointing to coalesce()

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@aheuze aheuze merged commit a56fefa into main May 22, 2026
3 checks passed
@aheuze aheuze deleted the feat/sol-null-checks-documentation branch May 22, 2026 12:58
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.

2 participants