[PR #3039] [MERGED] fix: document 2-character minimum token length for search indexing [closes DOC-854] #3118

Closed
opened 2026-06-05 18:21:09 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3039
Author: @lnhsingh
Created: 3/10/2026
Status: Merged
Merged: 3/10/2026
Merged by: @lnhsingh

Base: mainHead: open-swe/a2d5b299-8b18-d59a-fab2-3f4e021211f5


📝 Commits (2)

  • 41badb6 Document 2-character minimum token length for search indexing
  • a208373 Apply suggestion from @lnhsingh

📊 Changes

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

View changed files

📝 src/langsmith/filter-traces-in-application.mdx (+4 -0)

📄 Description

Description

Adds a note to the "Filter traces" page that tokens must be at least 2 characters long to be indexed for full-text search. This was an undocumented behavior that affects both the trace filter bar and alert rule filters.

Resolves DOC-854

Test Plan

  • Verify the updated paragraph reads clearly on the docs site

🔄 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/3039 **Author:** [@lnhsingh](https://github.com/lnhsingh) **Created:** 3/10/2026 **Status:** ✅ Merged **Merged:** 3/10/2026 **Merged by:** [@lnhsingh](https://github.com/lnhsingh) **Base:** `main` ← **Head:** `open-swe/a2d5b299-8b18-d59a-fab2-3f4e021211f5` --- ### 📝 Commits (2) - [`41badb6`](https://github.com/langchain-ai/docs/commit/41badb6b85db7b1164665a93e010f805d89c61d5) Document 2-character minimum token length for search indexing - [`a208373`](https://github.com/langchain-ai/docs/commit/a20837311c579349e2d20d681d86bf379eaf5c12) Apply suggestion from @lnhsingh ### 📊 Changes **1 file changed** (+4 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/filter-traces-in-application.mdx` (+4 -0) </details> ### 📄 Description ## Description Adds a note to the "Filter traces" page that tokens must be at least 2 characters long to be indexed for full-text search. This was an undocumented behavior that affects both the trace filter bar and alert rule filters. Resolves DOC-854 ## Test Plan - [ ] Verify the updated paragraph reads clearly on the docs site --- <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-06-05 18:21:09 -04:00
yindo closed this issue 2026-06-05 18:21:09 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3118