You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: It seems that the current table format would require using the json_each() function to accomplish this, which requires SQLite 3.38+. So options for this would be:
Use separate tables instead of denormalized JSON fields for observation identifications, comments, OFVs, annotations, and tags.
Require manually installing SQLite (or for naturtag, package SQLite binaries with it)
Currently this is done by calling
index_observation_text()
withObservation
objects.For cases where observations are already stored in SQLite, it would be faster to have an option to do this directly with SQL.
The text was updated successfully, but these errors were encountered: