| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-29 | Open xapian database once, but SQL database once for each query. | Arun Isaac | |
| We reopen the SQL database once for each query because it times out if kept waiting. * wqflask/scripts/index.py (main): Open xapian database once, but SQL database once for each query. | |||
| 2022-09-29 | Abstract out writing documents into a xapian database. | Arun Isaac | |
| * wqflask/scripts/index.py (write_document): New function. (main): Use write_document. | |||
| 2022-09-26 | Add indexing script for global search. | Arun Isaac | |
| * wqflask/scripts/index.py: New file. | |||
