Allow titles with falsy title text in suggestions
authorErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 24 Mar 2016 23:35:54 +0000 (16:35 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Thu, 24 Mar 2016 23:35:56 +0000 (16:35 -0700)
commit489fa6fca231ba3927e51ff154acbf8ae15756b1
treee8e615801f96eaa497d7119fe5d349099e10430e
parent34dc7a297facc702593aa0460056607b0cf91326
Allow titles with falsy title text in suggestions

A valid title, such as 0, would end up being ignored in this clause and
not providing a title. Make the empty string check stricter to allow
these titles through.

Change-Id: I938a7dfe294e979c19f720eadb6f96282b1c4588
includes/search/SearchSuggestion.php