[Groonga-commit] pgroonga/pgroonga at 7862009 [master] Add how to search

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Jun 9 16:23:43 JST 2016


Kouhei Sutou	2016-06-09 16:23:43 +0900 (Thu, 09 Jun 2016)

  New Revision: 7862009edf8cef5a65b9eb8e7c1e20c429cc8438
  https://github.com/pgroonga/pgroonga/commit/7862009edf8cef5a65b9eb8e7c1e20c429cc8438

  Message:
    Add how to search

  Modified files:
    examples/completion/README.md

  Modified: examples/completion/README.md (+8 -1)
===================================================================
--- examples/completion/README.md    2016-06-09 15:23:00 +0900 (28fb9fe)
+++ examples/completion/README.md    2016-06-09 16:23:43 +0900 (7eb7a1c)
@@ -5,6 +5,13 @@
 Run the following command to setup data:
 
 ```text
-% ./setup.sh | psql DB
+% ./setup.sh | psql -d DB
 ```
 
+Search by the following command:
+
+```text
+% ./complete.sh nak | psql -d DB
+% ./complete.sh なか | psql -d DB
+% ./complete.sh 中 | psql -d DB
+```
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index