ABFRealmSearchViewController icon indicating copy to clipboard operation
ABFRealmSearchViewController copied to clipboard

Drop-in text search interface for Realm data

Results 5 ABFRealmSearchViewController issues
Sort by recently updated
recently updated
newest added

I was trying to use base Predicate to eliminate old records from being searched. The predicate works. But TableView crashes with the following message. PREDICATE: self.basePredicate = NSPredicate(format: "start >=...

How could I load realm db file not from json file?

question

Hello @bigfish24, I just follow [Building a Swift iOS Search Controller](https://realm.io/news/building-an-ios-search-controller-in-swift/), in Realm and I found one comment is needed for this tutorial. This website forgot to tell to set...

Is there a way to access the underlying data struct of results objects? For example, I want to implement a delete edit function using override func tableView(tableView: UITableView, commitEditingStyle editingStyle:...

enhancement

I'm trying to figure out how your Swift Demo works, i can get it to search in tittle, emoji, content...but i cant make it search for all 3 at once......

enhancement