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.1.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.1-py3-none-any.whl
(20.1 kB
view details)
File details
Details for the file serchding-1.0.1.tar.gz.
File metadata
- Download URL: serchding-1.0.1.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 |
fcbf6134d0397aa4eebd7be2688e3fb47092f20d6fefb161b122446ca178e785
|
|
| MD5 |
23596e9731c2075c6490907fdacc068a
|
|
| BLAKE2b-256 |
35117e1e8393f7481affc0a27275e2f7c0400e575293a60db469157a502ca11c
|
File details
Details for the file serchding-1.0.1-py3-none-any.whl.
File metadata
- Download URL: serchding-1.0.1-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 |
806f512fd11f37d0c01b5c67b8568e90f17ff7099d5007bdce01afe15917db93
|
|
| MD5 |
af05edfeaeff60db96935634865ea2ff
|
|
| BLAKE2b-256 |
f84da0dfc9aef8b28d1a161e5ca6511eb9057bf2d7e5aaab79d777132c50cd34
|