From c616ade9983562115d6e5efa8d772f04b9bd5594 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 30 Apr 2017 17:27:00 -0500 Subject: [PATCH] Add logic and operators tags to where.md for better discoverability See rdwatters/hugo-docs-concept#37 --- content/functions/replacere.md | 2 +- content/functions/where.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/functions/replacere.md b/content/functions/replacere.md index 6e566af0f..838459453 100644 --- a/content/functions/replacere.md +++ b/content/functions/replacere.md @@ -5,7 +5,7 @@ description: Replaces all occurrences of a regular expression with the replaceme godocref: date: 2017-02-01 publishdate: 2017-02-01 -lastmod: 2017-02-01 +lastmod: 2017-04-30 categories: [functions] tags: [regex] ns: diff --git a/content/functions/where.md b/content/functions/where.md index 28ba2a898..6f7bfb83e 100644 --- a/content/functions/where.md +++ b/content/functions/where.md @@ -7,7 +7,7 @@ date: 2017-02-01 publishdate: 2017-02-01 lastmod: 2017-04-30 categories: [functions] -tags: [filtering] +tags: [filtering,logic,operators] ns: signature: ["where COLLECTION KEY [OPERATOR] MATCH"] workson: [lists,taxonomies,terms,groups]