Fulltext search for linkding
Project description
serchding: Fulltext search for linkding
Usage
Setup:
TOKEN=1a3451a3451a3451a3451a3451a3451a3451a345
BASE_URL=https://example.com
serchding auth set -t $TOKEN -b $BASE_URL
serchding sync
Search:
# "statistics" OR "significant"
# matches other word forms: significance etc
serchding search statistics significant
# "brain" AND "anatomy"
serchding search brain AND anatomy
# fuzzy matching within one Levenshtein edit
# matches joe, joker, coke etc
serchding search joke~
# 2 edits
# matches jo, joe, josh, etc
serchding search joke~2
# 1 edit with a 4-char exact prefix
# matches state but not tat
serchding search stat~/4
# globbing
# matches state, status, statistics
serchding search stat*
For full reference, see whoosh docs.
Dump JSON-formatted bookmarks:
mkdir bookmarks
serchding dump bookmarks
Limitations
- Fulltext retrieval doesn't work with javascript-dependent web pages.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
serchding-1.0.3.tar.gz
(18.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
serchding-1.0.3-py3-none-any.whl
(20.2 kB
view details)
File details
Details for the file serchding-1.0.3.tar.gz.
File metadata
- Download URL: serchding-1.0.3.tar.gz
- Upload date:
- Size: 18.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.6.54_1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69237d5303b77cafac755d6d3fd5b8e7fab641467ad063f79bdafadbeb048207
|
|
| MD5 |
e052b499f51147f9c0d70248754cb4ad
|
|
| BLAKE2b-256 |
3b1c78c7130ae507f7ffc78f57f84dcd7e345d905d095d92aadb7e015ec5a1b4
|
File details
Details for the file serchding-1.0.3-py3-none-any.whl.
File metadata
- Download URL: serchding-1.0.3-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.6.54_1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96c1b553a831508cd52aa56f8bbbef784af65c5f4a5cee84a3d42845f5ca93e7
|
|
| MD5 |
1aba5236d888b9016aeecb962cf2a21e
|
|
| BLAKE2b-256 |
5f5956943e1f412a2f1b1c35c963abeaac7065a3831f4cf1a238010202392569
|