From 0a6762defd9e7932f7397c9f2395334448388757 Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 16 Feb 2021 10:36:58 +0000 Subject: [PATCH] readme update --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17f9de5..c7155f1 100644 --- a/README.md +++ b/README.md @@ -184,14 +184,17 @@ Response format: { "filters": { "singles": ["tag1", "tag2"], // for tags that aren't nested - "entry_1": ["subtag 1", "subtag 2"], // for tree tags - "entry_2": ["subtag 1", "subtag 2"] // one per penultimate tag in tree + "entry_1": ["subtag_1", "subtag_2"], // for tree tags like entry_1/subtag_1 + "entry_2": ["subtag_1", "subtag_2"] // one per penultimate tag in tree }, "products" : [], // list of serialized instances, in order of relevancy } ``` +Check out `products.tests..ProductSearchTest` for a practical case. + + ## Massive Data Load Endpoints ### COOP and Managing User Data Load