Web history indexing: fmtime was not saved to the cache, resulting in empty dates in queries
This commit is contained in:
parent
63405344c7
commit
2433716040
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue