|
@@ -553,28 +553,28 @@ engines:
|
553
|
553
|
# to search the entire search domain
|
554
|
554
|
|
555
|
555
|
# this entry (with search_dir set to an empty string) covers the entire recoll search domain
|
556
|
|
- - name: library
|
557
|
|
- engine: recoll
|
558
|
|
- shortcut: lib
|
559
|
|
- base_url: 'https://recoll.example.org/'
|
560
|
|
- search_dir: ''
|
561
|
|
- mount_prefix: /export
|
562
|
|
- dl_prefix: 'https://download.example.org'
|
563
|
|
- timeout: 30.0
|
564
|
|
- categories: files
|
565
|
|
- disabled: True
|
|
556
|
+# - name: library
|
|
557
|
+# engine: recoll
|
|
558
|
+# shortcut: lib
|
|
559
|
+# base_url: 'https://recoll.example.org/'
|
|
560
|
+# search_dir: ''
|
|
561
|
+# mount_prefix: /export
|
|
562
|
+# dl_prefix: 'https://download.example.org'
|
|
563
|
+# timeout: 30.0
|
|
564
|
+# categories: files
|
|
565
|
+# disabled: True
|
566
|
566
|
|
567
|
567
|
# this entry only searches the 'reference' directory
|
568
|
|
- - name: library reference
|
569
|
|
- engine: recoll
|
570
|
|
- base_url: 'https://recoll.example.org/'
|
571
|
|
- search_dir: reference
|
572
|
|
- mount_prefix: /export
|
573
|
|
- dl_prefix: 'https://download.example.org'
|
574
|
|
- shortcut: libr
|
575
|
|
- timeout: 30.0
|
576
|
|
- categories: files
|
577
|
|
- disabled: True
|
|
568
|
+# - name: library reference
|
|
569
|
+# engine: recoll
|
|
570
|
+# base_url: 'https://recoll.example.org/'
|
|
571
|
+# search_dir: reference
|
|
572
|
+# mount_prefix: /export
|
|
573
|
+# dl_prefix: 'https://download.example.org'
|
|
574
|
+# shortcut: libr
|
|
575
|
+# timeout: 30.0
|
|
576
|
+# categories: files
|
|
577
|
+# disabled: True
|
578
|
578
|
|
579
|
579
|
- name : reddit
|
580
|
580
|
engine : reddit
|