Navigation Menu

Skip to content

Commit

Permalink
blog en: fix a typo and add more description
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Feb 9, 2018
1 parent 5cd9866 commit 992b2c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion en/_posts/2018-02-09-groonga-8.0.0.md
Expand Up @@ -128,10 +128,11 @@ select Memos \
]
```

In the above example, we adjust the score of records taht have `full-text-search` or `mysql` in `categories` .
In the above example, we adjust the score of records that have `full-text-search` or `mysql` in `categories` .

### [between](/docs/reference/functions/between) Accept `between()` without borders.

From this release, `max_border` and `min_border` are now optional.
If the number of arguments passed to ``between()`` is 3, the 2nd and 3rd arguments are handled as the inclusive edges.

Specifically, below.
Expand Down

0 comments on commit 992b2c4

Please sign in to comment.