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
…etaplex-foundation#118)
* add name validation and fields to search by asset
* add query condition and relational join for raw name match
* change raw name comparison from eq to like
* Update digital_asset_types/src/dao/mod.rs
Co-authored-by: Tahsin Tunan <[email protected]>
* fix: import SimpleExpr
---------
Co-authored-by: Tahsin Tunan <[email protected]>
Currently we duplicate the name and symbol data in the database and store one sanitised version in a
jsonb
column.See #93 and #117 for additional context.
The text was updated successfully, but these errors were encountered: