How to Install and Uninstall libjs-sifter.js Package on Ubuntu 21.04 (Hirsute Hippo)

Last updated: May 18,2024

1. Install "libjs-sifter.js" package

In this section, we are going to explain the necessary steps to install libjs-sifter.js on Ubuntu 21.04 (Hirsute Hippo)

$ sudo apt update $ sudo apt install libjs-sifter.js

2. Uninstall "libjs-sifter.js" package

Please follow the step by step instructions below to uninstall libjs-sifter.js on Ubuntu 21.04 (Hirsute Hippo):

$ sudo apt remove libjs-sifter.js $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-sifter.js package on Ubuntu 21.04 (Hirsute Hippo)

Package: libjs-sifter.js
Architecture: all
Version: 0.6.0+dfsg-1
Multi-Arch: foreign
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 35
Filename: pool/universe/libj/libjs-sifter.js/libjs-sifter.js_0.6.0+dfsg-1_all.deb
Size: 12160
MD5sum: b6d0575626b9b1237b06c36ba689ea9b
SHA1: e2a970578ebfe05682754a1c7763094c7ed931a0
SHA256: f76f6e75f5ae956add25b8ca4ff0bc6825c7c3bf7bfe15f18f335932dc2016dd
SHA512: eedfb2add428483c902b987872845f3ac3ee32a40e96ad6f1cbd58943d4d9906e5ce609cd3abc201fd7c35eb3ab908803d66d2c01acb9c2f01f4b73d58e7ded7
Homepage: https://github.com/brianreavis/sifter.js
Description-en: Library for textually searching arrays and hashes of objects
Sifter is a client and server-side library (via UMD) for textually
searching arrays and hashes of objects by property – or multiple
properties. It's designed specifically for autocomplete. The process
is three-step: score, filter, sort.
.
* Supports díåcritîçs.
.
For example, if searching for "montana" and an item in the set has
a value of "montaña", it will still be matched. Sorting will also
play nicely with diacritics.
.
* Smart scoring.
.
Items are scored / sorted intelligently depending on where a
match is found in the string (how close to the beginning) and
what percentage of the string matches.
.
* Multi-field sorting.
.
When scores aren't enough to go by – like when getting results
for an empty query – it can sort by one or more fields. For
example, sort by a person's first name and last name without
actually merging the properties to a single string.
.
* Nested properties.
.
Allows one to search and sort on nested properties so you can
perform search on complex objects without flattening them simply
by using dot-notation to reference fields (ie. nested.property).
Description-md5: f77506f26940f60a83ef58b9958d36e0