Skip to content

Conversation

puneet-pdx
Copy link
Collaborator

@puneet-pdx puneet-pdx commented Oct 6, 2025

Related to issue: # https://devtopia.esri.com/runtime/apollo/issues/1418

Description:

Add functionality for filtering results

Summary of changes:

  • Add Searchbar to facilitate filtering of results
  • Add Searchbar to SelectNetworkSourceScreen, SelectAssociatedFeaturesScreen, SelectAssetTypeScreen

Pre-merge Checklist

}
}
// Query the feature source for candidates
val result = featureSource.queryFeatures(assetType, queryParams).getOrThrow()
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We cannot query Features based on matching the title with the query string entered by the user as the title is a property of the candidates obtained via results.candidates

…hImplementation

# Conflicts:
#	toolkit/featureforms/src/main/java/com/arcgismaps/toolkit/featureforms/internal/components/utilitynetwork/AddAssociationFromSourceViewModel.kt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant