diff --git a/website/src/pages/learn/metadata.mdx b/website/src/pages/learn/metadata.mdx index 35a1ad05c..07a1357c1 100644 --- a/website/src/pages/learn/metadata.mdx +++ b/website/src/pages/learn/metadata.mdx @@ -99,10 +99,13 @@ If a tag doesn't accept a list, it can take multi-line values: Meta-data can be used in the search field of the patterns tab in the online repl. For example to search for all patterns by a specific author use the search term + ``` by: Ada L -``` +``` + or search for patterns with a specific genre like + ``` genre: unicorns ```