Skip to content

Commit

Permalink
Update doc according to wildcard support in fields naming
Browse files Browse the repository at this point in the history
  • Loading branch information
taraslayshchuk committed Feb 15, 2017
1 parent 2c26f0d commit e3bdfce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,12 @@ Selecting some fields, what you are interesting in, if you don't need all of the
$ es2csv -f host status date -q 'host: localhost' -o database.csv
Or field mask
.. code-block:: bash
$ es2csv -f 'ho*' 'st*us' '*ate' -q 'host: localhost' -o database.csv
Selecting all fields, by default
.. code-block:: bash
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elasticsearch==2.4.*
progressbar2==3.10.*
elasticsearch>=2.4.0,<2.5.0
progressbar2>=3.10.0,<3.11.0

0 comments on commit e3bdfce

Please sign in to comment.