Thu, 25 Apr 2024 21:51:33 UTC | login

Information for build golang-github-lithammer-fuzzysearch-1.1.1-1.fc33

ID192488
Package Namegolang-github-lithammer-fuzzysearch
Version1.1.1
Release1.fc33
Epoch
SummaryTiny and fast fuzzy search in Go
Description Inspired by bevacqua/fuzzysearch, a fuzzy matching library written in JavaScript. But contains some extras like ranking using Levenshtein distance (see RankMatch()) and finding matches in a list of words (see Find()). Fuzzy searching allows for flexibly matching a string with partial input, useful for filtering data very quickly based on lightweight user input. The current implementation uses the algorithm suggested by Mr. Aleph, a russian compiler engineer working at V8.
Built bydavidlt
State complete
Volume DEFAULT
StartedWed, 27 Jan 2021 13:37:14 UTC
CompletedWed, 27 Jan 2021 13:37:14 UTC
Tags
f33
f37
f38
RPMs
src
golang-github-lithammer-fuzzysearch-1.1.1-1.fc33.src.rpm (info) (download)
noarch
golang-github-lithammer-fuzzysearch-devel-1.1.1-1.fc33.noarch.rpm (info) (download)
Changelog * Mon Jan 18 2021 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.1-1 - Update to 1.1.1 * Wed Jul 29 2020 Robert-André Mauchin <zebob.m@gmail.com> - 1.1.0-1 - Update to 1.1.0 * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Oct 02 2019 Artem Polishchuk <ego.cordatus@gmail.com> - 1.0.2-1 - Initial package