Skip to content

Fulltext search for linkding

License

Notifications You must be signed in to change notification settings

ldwgchen/serchding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Fulltext search for linkding

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages