Merge: nitdoc: Do not overwrite search results.
authorJean Privat <jean@pryen.org>
Wed, 19 Nov 2014 15:37:21 +0000 (10:37 -0500)
committerJean Privat <jean@pryen.org>
Wed, 19 Nov 2014 15:37:21 +0000 (10:37 -0500)
commit951cd27c6194d84028b0d3a0fad2ed600559a4b6
tree8bf4db0711a5db705cf8bd23f95a23da032bf99e
parentf147aef99c99b507165f5ddf0f7ea63af1f46007
parentea7513d71f7efd6f90071bfffdab4a2029cbfed1
Merge: nitdoc: Do not overwrite search results.

Fix the main problem of #882 by avoiding the overwriting of a search
entry when 2 entities has the same name.

TODO: Make the presentation of duplicates less ambiguous.

Note: This PR concerns only the last commit. Others come from PR #907.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

Pull-Request: #911
Reviewed-by: Jean Privat <jean@pryen.org>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>