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
constgetEntityFeatureCollectionGeoJson=(datasetPK,IDs,creatorIds,TSTZRange,conflictStates,deleted,limit)=>({ db })=>{
187
+
constgetEntityFeatureCollectionGeoJson=(datasetPK,IDs,creatorIds,TSTZRange,conflictStates,deleted,limit,search)=>({ db })=>{
187
188
188
189
constidFilter=arrayHasElements(IDs) ? sql`AND e.uuid = ANY(${sql.array(IDs,'text')})` : sql``;// TODO: this should be a uuid[] array once/if the entities."uuid" column is converted from varchar(255) to uuid
0 commit comments