Skip to content

Commit 2b41877

Browse files
author
David Noble
committed
Draft test_*command_on_server tests
1 parent c5dfc8f commit 2b41877

File tree

3 files changed

+646
-7
lines changed

3 files changed

+646
-7
lines changed

examples/searchcommands_app/bin/countmatches.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class CountMatchesCommand(StreamingCommand):
4141
## Example
4242
4343
```
44-
| inputcsv tweets.csv | countmatches fieldname=word_count pattern=\w+ text
44+
| inputcsv tweets.csv | countmatches fieldname=word_count pattern="\\w+" text
4545
```
4646
4747
Counts the number of words in `some_text_field` and stores the result in

0 commit comments

Comments
 (0)