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.6.tar.gz
(24.7 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.6-py3-none-any.whl
(20.2 kB
view details)
File details
Details for the file serchding-1.0.6.tar.gz.
File metadata
- Download URL: serchding-1.0.6.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdc958f08627a2414df5e142ef678cd34ae08c5fd0e52dc74fe3b56f607fccb1
|
|
| MD5 |
dce934a49df7fa7619448fa30629460d
|
|
| BLAKE2b-256 |
2e7a7119963b166c1930d77df22975d3ec2b37ee0657158ad09dd88213a3a37e
|
File details
Details for the file serchding-1.0.6-py3-none-any.whl.
File metadata
- Download URL: serchding-1.0.6-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.5.29
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
47e82df8304a71daa1a6f284c90ba9c81e03ee72c3441ada22a52cce044ecd84
|
|
| MD5 |
32c51a5e4316ed36e2bd51e479ac5538
|
|
| BLAKE2b-256 |
b16b1c35e5f51f2527ae8e36acf4e70773704364484d09c336a808456a2e0502
|