From 5700fb67a877a810696a26a9c8d26f2c3644cb14 Mon Sep 17 00:00:00 2001 From: Update Docs Bot Date: Tue, 17 Feb 2026 20:53:02 +0000 Subject: [PATCH] docs: fix broken SearchCriteria reference link The FILTER-SEARCH-RESULTS.md file referenced a non-existent SEARCH-CRITERIA.md document. The SearchCriteria documentation exists in LIBRARY-API.md with comprehensive coverage of construction, builder methods, fields, and examples. Updated the link to point to the correct section anchor. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/how-to/FILTER-SEARCH-RESULTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/FILTER-SEARCH-RESULTS.md b/docs/how-to/FILTER-SEARCH-RESULTS.md index 7e3b246..b1f627b 100644 --- a/docs/how-to/FILTER-SEARCH-RESULTS.md +++ b/docs/how-to/FILTER-SEARCH-RESULTS.md @@ -225,5 +225,5 @@ for group in &groups { - [How to Compare Animals](COMPARE-ANIMALS.md) -- compare filtered candidates - [How to Export JSON](EXPORT-JSON.md) -- export filtered results -- [SearchCriteria Reference](../reference/SEARCH-CRITERIA.md) +- [SearchCriteria Reference](../reference/LIBRARY-API.md#searchcriteria) - [EBV Trait Glossary](../MCP.md#ebv-trait-glossary)