Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei authored Jun 21, 2017
1 parent 3ab5ee8 commit cab2c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Supported Search Oper/Functions
| Slick Oper/Function | PG Oper/Function | Description |
| ------------------- | ---------------- | --------------------------------------------------------------------------------- |
| % | % | Returns true if its arguments have a similarity that is greater than the current similarity threshold set by pg_trgm.similarity_threshold |
| < | <% | Returns true if its first argument has the similar word in the second argument and they have a similarity that is greater than the current word similarity threshold set by pg_trgm.word_similarity_threshold |
| <% | <% | Returns true if its first argument has the similar word in the second argument and they have a similarity that is greater than the current word similarity threshold set by pg_trgm.word_similarity_threshold |
| %> | %> | Commutator of the <% operator |
| <-> | <-> | Returns the "distance" between the arguments, that is one minus the similarity() value |
| <<-> | <<-> | Returns the "distance" between the arguments, that is one minus the word_similarity() value |
Expand Down

0 comments on commit cab2c80

Please sign in to comment.