Real time Search / SQLite / widget.TableView

Hi,

I need some help to research data in real time, in a widget.TableView with large amount of data coming from a SQLite.

You know let me know if there is any way to do this?

https://coronalabs.com/blog/2015/05/12/tutorial-responsive-real-time-searching/

(this is an example of what I need, but the data has to come from an SQLite, and the result has to appear in a TableView).

Tks.

Juan

I’ve done this in Corona SDK; you can download our app and see the implementation:

https://itunes.apple.com/app/id1009026110

https://play.google.com/store/apps/details?id=io.recent.personal.news

Once on the main screen, tap on the menu icon in the top left, tap on the plus button, and then tap on “Search topics.” I wrote this before Corona posted the tutorial but I suspect the approach is similar.

Hi corona273,

Thank you for answering this topic.

Congratulations on the app, very practical, fast and a nice interface.

What look is very similar, but in place of a check-box would use a onRowTouch and me returning a value (SetVariable), in short: a query in SQLite database will list me 50 options (name) and clicking on the name it switches to another scene and gives me the required value (composer.setVariable (“id_test” row.params.id)), something to that effect.

Not sure if I understand. Is this searching or just displaying touched row data on a separate screen?

I’ve done this in Corona SDK; you can download our app and see the implementation:

https://itunes.apple.com/app/id1009026110

https://play.google.com/store/apps/details?id=io.recent.personal.news

Once on the main screen, tap on the menu icon in the top left, tap on the plus button, and then tap on “Search topics.” I wrote this before Corona posted the tutorial but I suspect the approach is similar.

Hi corona273,

Thank you for answering this topic.

Congratulations on the app, very practical, fast and a nice interface.

What look is very similar, but in place of a check-box would use a onRowTouch and me returning a value (SetVariable), in short: a query in SQLite database will list me 50 options (name) and clicking on the name it switches to another scene and gives me the required value (composer.setVariable (“id_test” row.params.id)), something to that effect.

Not sure if I understand. Is this searching or just displaying touched row data on a separate screen?