khoj/src
Debanjum Singh Solanky d6bd7bf3e1 Fix initializing OrgNode level to string to parse org files
- Parsed `level` argument passed to OrgNode during init is expected to
  be a string, not an integer
- This was resulting in app failure only when parsing org files with
  no headings, like in issue #83, as level is set to string of `*`s
  the moment a heading is found in the current file
2022-09-10 14:21:08 +03:00
..
interface Bump khoj version to 0.1.9 2022-09-09 07:50:15 +03:00
processor Fix initializing OrgNode level to string to parse org files 2022-09-10 14:21:08 +03:00
search_filter Init word filter dictionary with default value as set to simplify code 2022-09-10 12:19:09 +03:00
search_type Throw exception if no valid entries found in specified content files 2022-09-10 14:20:10 +03:00
utils Create Abstract Base Class for Filters. Make Word, Date Filter Child of BaseFilter 2022-09-04 18:48:16 +03:00
__init__.py Move application files under src directory. Update Readmes 2021-08-17 04:11:03 -07:00
configure.py Setup File Filter for Markdown and Ledger content types 2022-09-06 15:31:26 +03:00
main.py Create config directory before setting up logging to file under it 2022-09-09 07:21:42 +03:00
router.py Rename explicit filter to word filter to be more specific 2022-09-04 17:18:47 +03:00