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.2.tar.gz
(18.2 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.2-py3-none-any.whl
(20.2 kB
view details)
File details
Details for the file serchding-1.0.2.tar.gz.
File metadata
- Download URL: serchding-1.0.2.tar.gz
- Upload date:
- Size: 18.2 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 |
fe132e94719fd32a13cf8e944a6a7133b5e5f254b23b963aa56b0a361d7b6a5d
|
|
| MD5 |
eac30d321e85901afa1dfaf566224447
|
|
| BLAKE2b-256 |
6efcbf3deaeb669a2ef9d23367a5b78d177f82d63eda3e22d06c31a1297403bc
|
File details
Details for the file serchding-1.0.2-py3-none-any.whl.
File metadata
- Download URL: serchding-1.0.2-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 |
35dee2b9f3b9d6717b8677530578414d6c6623394ef9cce41346b310031b3bc2
|
|
| MD5 |
16895f1a78ecf9b6d3856cae5261d39d
|
|
| BLAKE2b-256 |
5e93e20d64bf59a81e79d33af8c2ae2547f287ba5e07f78760618f6d20aa4b5b
|