Page MenuHomePhabricator

Lucene Search "build" should allow override $dbname via $2
Closed, DeclinedPublic

Description

Author: anon.hui

Description:
source ./config.inc

if [ -n "$1" ]; then
  dumpfile="$1"; shift
  [ -n "$1" ] && dbname="$1"; shift
else
  ...
fi

Version: unspecified
Severity: enhancement

Details

Reference
bz20636

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:49 PM
bzimport set Reference to bz20636.
bzimport added a subscriber: Unknown Object (MLST).

sumanah wrote:

Anon Sricharoenchai: can you check against the current version to see whether your fix still helps/works, and attach it as a diff? Thanks.

sumanah wrote:

Anon, instructions for attaching a patch as a diff:

https://www.mediawiki.org/wiki/Patch#Posting_a_patch

[Merging "MediaWiki extensions/Lucene Search" into "Wikimedia/lucene-search2", see bug 46542. You can filter bugmail for: search-component-merge-20130326 ]

Anon: Is this still an issue in recent versions? If so, can you answer comment 2?

Wont be fixing this, lsearchd has reached its end of life.