fuse-swift icon indicating copy to clipboard operation
fuse-swift copied to clipboard

A lightweight fuzzy-search library, with zero dependencies

Results 24 fuse-swift issues
Sort by recently updated
recently updated
newest added

The maintainer hasn't responded to neither PRs nor Issues for more than six months. Yet the project is still asking for donations https://patreon.com/fusejs https://www.paypal.com/paypalme2/kirorisk We need to know if this...

Threading issue. Just fixes crashing issue. I found couple of other threading issues. Will create another PR to address them.

I have updated the project to compile with no warnings with Xcode 9.2 using Swift 4. The biggest change from this was removing the 'characters' view from a string which...

fixes this: ![image](https://user-images.githubusercontent.com/1756909/93760596-3e173b00-fc04-11ea-9863-523ca17bf75d.png)

Hi there! I was curious if it would be possible for the framework to support MacOS through Carthage? Currently it only builds to IOS.

In this operation, Fuse is given a pattern > `pattern` = neighbours And a string > `content` = Mr and Mrs Dursley, of number four, Privet Drive, were proud to...

question

If I repeatedly search over similar datasets with the same parameters, I wonder if I should use the same `Fuse` object for all searches: ```swift let fuse = Fuse() func...

question

Here is my implementation. it always succeeds while checking if !item.responds(to: Selector(property.name)) `extension Member: Fuseable { var properties: [FuseProperty] { return [ FuseProperty(name: name ?? ""), FuseProperty(name: phone ?? "")...