summaryrefslogtreecommitdiff
path: root/clab.md
diff options
context:
space:
mode:
Diffstat (limited to 'clab.md')
-rw-r--r--clab.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/clab.md b/clab.md
index f471726..7df358e 100644
--- a/clab.md
+++ b/clab.md
@@ -59,6 +59,25 @@ then stdout is exactly "clab found matches:\nalice@example.com\tAlice Atherthon\
~~~
+# Full text search
+
+This scenario verifies that `clab` does a full text search.
+
+~~~scenario
+given an installed clab
+given file .local/share/clab/address-book.yaml from address-book.yaml
+
+when I run clab search example
+then command is successful
+then stdout contains "Alice Atherthon"
+then stdout contains "Bob"
+
+when I run clab search email
+then command is successful
+then stdout contains "Alice Atherthon"
+then stdout contains "Bob"
+~~~
+
---
title: "clab; – command line address book"
author: Lars Wirzenius