I want to implement a Query search based on a String. For example search features that match "name='big'". I'm using Query but I've found the only way to retrieve data from the feature layer is doing mapView.setGeometry(myGeometry). I've tried featureLayer selectFeatures and featureLayer.queryFeatures with no success.
Is there some way to make a search on a feature layer without assigning a geometry to the query? thank you