From 52416188e24d3eeca61ada6352481f0f177f82d1 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Wed, 11 Apr 2018 16:04:31 -0400 Subject: [PATCH] clarify help text on AND searches --- awx/api/templates/api/_list_common.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/awx/api/templates/api/_list_common.md b/awx/api/templates/api/_list_common.md index de58292756..bb9780ee09 100644 --- a/awx/api/templates/api/_list_common.md +++ b/awx/api/templates/api/_list_common.md @@ -60,9 +60,10 @@ _Added in AWX 1.4_ ?related__search=findme -Note: If you want to provide more than one search terms, please use multiple +Note: If you want to provide more than one search term, multiple search fields with the same key, like `?related__search=foo&related__search=bar`, -All search terms with the same key will be ORed together. +will be ORed together. Terms separated by commas, like `?related__search=foo,bar` +will be ANDed together. ## Filtering