[PR #2325] docs(langsmith): update trace query filtering syntax with missing comparators and removing non-filterable fields #2331

Open
opened 2026-02-17 17:23:18 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2325
Author: @stephen-chu
Created: 1/22/2026
Status: 🔄 Open

Base: mainHead: docs/update-trace-query-syntax-filters


📝 Commits (1)

  • 78a7e4c docs(langsmith): update trace query syntax with missing comparators

📊 Changes

1 file changed (+6 additions, -4 deletions)

View changed files

📝 src/langsmith/trace-query-syntax.mdx (+6 -4)

📄 Description

  • Add comparators: like/notlike, in
  • Add or operator (was only documenting and)
  • Clarify search syntax (used without field name for full-text search)
  • Remove non-filterable fields: total_tokens, execution_order
  • new comparators added to the list have been tested

Overview

Type of change

Type: Update existing documentation

Checklist

  • [x ] I have read the contributing guidelines
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/2325 **Author:** [@stephen-chu](https://github.com/stephen-chu) **Created:** 1/22/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `docs/update-trace-query-syntax-filters` --- ### 📝 Commits (1) - [`78a7e4c`](https://github.com/langchain-ai/docs/commit/78a7e4cb37373a813afc49d1a1f6cfb9d0bba63e) docs(langsmith): update trace query syntax with missing comparators ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/trace-query-syntax.mdx` (+6 -4) </details> ### 📄 Description - Add comparators: like/notlike, in - Add or operator (was only documenting and) - Clarify search syntax (used without field name for full-text search) - Remove non-filterable fields: total_tokens, execution_order - new comparators added to the list have been tested ## Overview <!-- Brief description of what documentation is being added/updated --> ## Type of change **Type:** Update existing documentation - Slack thread: https://langchain.slack.com/archives/C06UEEE4DSS/p1769031569700749 ## Checklist <!-- Put an 'x' in all boxes that apply --> - [x ] I have read the [contributing guidelines](README.md) - [ ] I have tested my changes locally using `docs dev` - [ ] All code examples have been tested and work correctly - [ ] I have used **root relative** paths for internal links - [ ] I have updated navigation in `src/docs.json` if needed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-17 17:23:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#2331