Navigation Menu

Skip to content

Commit

Permalink
blog en: add 8.0.4 entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Masafumi Yokoyama committed Jun 29, 2018
1 parent 23572a1 commit 6fd106b
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions en/_posts/2018-06-29-groonga-8.0.4.md
Expand Up @@ -2,7 +2,6 @@
layout: post.en
title: Groonga 8.0.4 has been released
description: Groonga 8.0.4 has been released!
published: false
---

## Groonga 8.0.4 has been released
Expand All @@ -13,7 +12,26 @@ How to install: [Install](/docs/install.html)

### Changes

FIXME
Here are important changes in this release:

* [[column_create](/docs/reference/commands/column_create)] Added more validations for `column_create`
* [[vector_find](/docs/reference/functions/vector_find)] Added a new function `vector_find()`

#### Added more validations for `column_create`

* 1: Full text search index for vector column must have WITH_SECTION flag.
* Accept TokenDelmit with `WITH_POSITION`. It's useful pattern for tag search.
* ref:
* [7.3.11. column_create — Groonga v8.0.4 documentation](/docs/reference/commands/column_create.html#flags)(7.3.11.4.1.3. flags)
* [7.8. Tokenizers — Groonga v8.0.4 documentation](/docs/reference/tokenizers.html#tokendelimit)(7.8.3.11. TokenDelmit)
* 2: Full text search index for vector column must not be multi column
* detail: [groonga/groonga@08e2456](https://github.com/groonga/groonga/commit/08e2456ba35407e3d5172f71a0200fac2a770142)

#### Added a new function `vector_find()`

It returns the first element that matches the given condition from the given vector. See the document for details.

[7.15.29. vector_find — Groonga v8.0.4 documentation](http://localhost:4000/docs/reference/functions/vector_find.html)

### Future of Debian jessie support plan

Expand Down

0 comments on commit 6fd106b

Please sign in to comment.