Navigation Menu

Skip to content

Commit

Permalink
doc: fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jan 28, 2015
1 parent 223af46 commit 199fa5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/news.rst
Expand Up @@ -45,11 +45,11 @@ Fixes
* Fixed to show errno in error message when unknow error is occurred.
* [windows] Fixed to return proper error code.
* Fixed a bug that there is only one section for multi-column index for
:ref:`select-match_columns`, it doesn't return correct search results.
:ref:`select-match-columns`, it doesn't return correct search results.
For example, consider the case that there is multi-column index which is
named as ``memo_index`` for ``title`` column and ``content`` column.
Thus, this bug occurs when ``memo_index[0]`` which means index
for ``title`` column is specified for :ref:`select-match_columns`.
for ``title`` column is specified for :ref:`select-match-columns`.
* mecab: Added workaround for ``mecab_strerror(NULL)`` on MeCab 0.993.
Without this workaround, Groonga aborts if there is no MeCab
dictionary. [Reported by Shuhei Tanuma]
Expand Down

0 comments on commit 199fa5a

Please sign in to comment.