iOS SQLite full text search example
Asked Answered
P

1

8

I am trying to build an app that utilizes SQLite FTS. I found a very interesting post on how to do this just the way I want to. However, I am not a very experienced programmer at all and especially not in CoreData which is used in this post. Is there any example project that does something similar to what is described in this post? It would help me a great deal to see what is done in context. I'm sorry if this is a foolish question, I'm just still so new to all this. Thanks for any help with this!

Here is the link to the article: http://blog.lunatech.com/2013/01/24/ios-core-data-sqlite-full-text-search

Pebbly answered 23/5, 2013 at 21:19 Comment(2)
Maybe swwritings.com/post/2013-04-30-searching-for-speedy-searchingHousekeeping
@Pebbly what did you end up doing ?Cleodel
L
4

Actually, i had the same questioning before while i asked for FTS and FTC (full text completions).so i finally used FMDB which is a massive very useful lib that enabled me doing that, this link is for you :

FMDB link on github and Take a look here too

Latisha answered 1/10, 2013 at 12:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.