BackupGGCode / dataparksearch

An open source search engine for Internet and Intranet sites
GNU General Public License v2.0
1 stars 2 forks source link

stored_href is not always filled in since 4.52 #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Under certain circumstances when there are multiple indices and searchd
daemons running the stored_href is replaced.

The problem seems to be the following code around line 710
DpsVarListReplaceStr(&Doc->Sections, "Z", "Z");
The old code had, which works:
DpsVarListReplaceStr(&Doc->Sections, "Z", "");

Original issue reported on code.google.com by amitshar...@gmail.com on 28 May 2009 at 12:48

GoogleCodeExporter commented 9 years ago

Original comment by dp.max...@gmail.com on 17 Jun 2009 at 5:27

GoogleCodeExporter commented 9 years ago
Could you, please, clarify what is wrong with stored_href, as the code is seems 
correct ?

Original comment by dp.max...@gmail.com on 19 Jun 2009 at 8:18

GoogleCodeExporter commented 9 years ago
It seems to be fixed in the current 4.54 development version.

Original comment by dp.max...@gmail.com on 13 Feb 2011 at 5:08