Web history indexing: fmtime was not saved to the cache, resulting in empty dates in queries
This commit is contained in:
parent
babffe7fe8
commit
bf9c813ec9
@ -455,6 +455,7 @@ BeagleQueueIndexer::processone(const string &path,
|
|||||||
|
|
||||||
if (doc.fmtime.empty())
|
if (doc.fmtime.empty())
|
||||||
doc.fmtime = ascdate;
|
doc.fmtime = ascdate;
|
||||||
|
dotdoc.fmtime = doc.fmtime;
|
||||||
|
|
||||||
char cbuf[100];
|
char cbuf[100];
|
||||||
sprintf(cbuf, "%lld", (long long)stp->st_size);
|
sprintf(cbuf, "%lld", (long long)stp->st_size);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user