chris edeling - 2022-08-09 20:04:03
I can understand an array search of JSON data using client side javascript, eg if offline or whatever, but QArray surely runs server side where you have access to the database that was designed for such searches.
Have you compared your search speed to db speed - sssuming a well designed db. Are there any pros and cons of using QArray vs database lookups?
Chris