Closed Eliot00 closed 2 years ago
For invalid Date
.
when feed document in entry_watcher.rs
, the date not format to search engine date:
let (typ, file) = entry_file_by_path(&path)?;
feed_document(search_url, &typ, &file)?;
need align to Entrysets::file_to_json
Describe the bug
WebApp create a new entry, server will get a error log:
ERROR quake::helper::entry_watcher: watch error: ParseIntError { kind: InvalidDigit }
, and actiontodo.show
get a invalid date.Steps to reproduce (please include code)
cd
path of target/debug/quake init -d
quake server -w
todo.add: hello
Environment