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.0.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.0-py3-none-any.whl
(20.1 kB
view details)
File details
Details for the file serchding-1.0.0.tar.gz.
File metadata
- Download URL: serchding-1.0.0.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 |
b368137bbb0b5c32d5cd8be4a0193372ae1a481a601485ececdd2962674386e9
|
|
| MD5 |
1a6e097ac91437a88ec53aa3fb557466
|
|
| BLAKE2b-256 |
6debb2647f18e04cf20f49c84796f4696082b8d03e6ead0a9b8d716ec71d6f5c
|
File details
Details for the file serchding-1.0.0-py3-none-any.whl.
File metadata
- Download URL: serchding-1.0.0-py3-none-any.whl
- Upload date:
- Size: 20.1 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 |
35ff5b4e741cd1ac9afc7ddc2e531a6c4bd64f2549a202dd97dffb404132481b
|
|
| MD5 |
97fb5926bb551d4d7668cf3ef3eca334
|
|
| BLAKE2b-256 |
15387051c9016ef87b0f6dc35c21028866509155cf711710532cd2caf58aca09
|