Lelelo1 / seek-search

Haxe embedded client search
0 stars 0 forks source link

Log #26

Open Lelelo1 opened 3 years ago

Lelelo1 commented 3 years ago

Log

I got into the idea of having an embeddable db for handpicked tags. It seems the db would have to be in memory and created from resource, #19. When thinking of the need of for localization might be better to start working on assembling tags. The localization of the tags could be set based to device language. Also the search could maybe start out being from session dynamic fetch. At least until I can find a good Haxe, cross platform way of saving the in memory db to disk.

There is also the actual search I need to determine how that is done, since I am using json - I need to control it would be good enough: https://lib.haxe.org/t/text/

Lelelo1 commented 3 years ago

Unfortunately there does not seem to be a good way of searching json in haxe

Lelelo1 commented 3 years ago

I will proceed with #19 by consuming net standard library with the dotnet.hxml target described here: https://community.haxe.org/t/sqlite-in-c-target/3270/2


This one is probably better to use though: https://github.com/praeclarum/sqlite-net