HAYASHI Kentaro
null+****@clear*****
Mon Jan 27 19:01:03 JST 2014
HAYASHI Kentaro 2014-01-27 19:01:03 +0900 (Mon, 27 Jan 2014) New Revision: 90d12c7c3f4ea3295cc189b7c4986d1a0da790b9 https://github.com/groonga/groonga/commit/90d12c7c3f4ea3295cc189b7c4986d1a0da790b9 Message: doc: update news Modified files: doc/source/news.txt Modified: doc/source/news.txt (+6 -1) =================================================================== --- doc/source/news.txt 2014-01-27 17:37:41 +0900 (4a0b36c) +++ doc/source/news.txt 2014-01-27 19:01:03 +0900 (ee46bdd) @@ -20,7 +20,7 @@ Improvements * Enabled ``GRN_JA_SKIP_SAME_VALUE_PUT`` by default. In the previous releases, the value of this configuration is 'no'. This change affects reducing the size of Groonga database. * Supported multiple indexes including a nested index and multiple keywords query. - This change TODO. + This change improves missing search results isssue when narrowing down by multiple keywords query. * Added API to customize normalizer for snippet. Fixes @@ -29,10 +29,15 @@ Fixes * Fixed not to use index for empty query. This change enables you to search even though empty query. Note that this means that there is performance penalty if many empty records exist. [groonga-dev,02052] [Reported by Naoya Murakami] +* Fixed the behaviour about return value of "X || Y" and "X && Y" for adjusting to ECMAScript. + In "X || Y" case, if either X or Y satisfy the condition, it returns X itself or Y itself instead of 1 or 0. +* In "X && Y" case, if X and Y satisfy the condition, it returns X itself instead of 1. + if X doesn't satisfy the condition, it returns false instead of 0. Thanks ^^^^^^ +* cosmo0920 * yoku * Naoya Murakami -------------- next part -------------- HTML����������������������������...Download