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.4.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.4-py3-none-any.whl
(20.2 kB
view details)
File details
Details for the file serchding-1.0.4.tar.gz.
File metadata
- Download URL: serchding-1.0.4.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 |
f0343a2c022dcfa01101f9280bd4d09594675b57990612c709289d141196ae85
|
|
| MD5 |
b663570e1e668012c38f005e9f3d0c3c
|
|
| BLAKE2b-256 |
ea1482298286a4565acd25afdc039617f8dfe48951f804d7d6b26f843ea5981a
|
File details
Details for the file serchding-1.0.4-py3-none-any.whl.
File metadata
- Download URL: serchding-1.0.4-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 |
e0dacd14af23f1166f51db68ba4617ff2cf167756b357adb9dfdbc519472ce90
|
|
| MD5 |
513a90c267fa03eed2ff1e7c26845dc2
|
|
| BLAKE2b-256 |
1d6f3ad26d74a78c8183b69288751090777029d6fc84fe26bfe79a2b69071ee4
|