Navigation Menu

Skip to content

Commit

Permalink
Add note about query syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 22, 2015
1 parent 0537b1d commit 80a8508
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -122,6 +122,12 @@ SELECT * FROM memos WHERE content @@ 'PGroonga OR PostgreSQL';
[Groognaのドキュメント](http://groonga.org/ja/docs/reference/grn_expr/query_syntax.html)
を参照してください。

ただし、`カラム名:@キーワード`というように「`カラム名:`」から始まる構
文は無効にしてあります。そのため、前方一致検索をしたい場合は「`カラム
名:^値`」という構文は使えず、「`*`」という構文だけが使えます。

注意してください。

## アンインストール

次のSQLでアンインストールできます。
Expand Down

0 comments on commit 80a8508

Please sign in to comment.