ol.control.SearchFeature is a control to search features in a source.
-
You have to define a ol.source.vector to search in.
-
You can define a property to display in the list (or a function to retrieve it).
-
You can define a getSearchString function that will take a feature and
return a string to search in.
ol.control.SearchFeature requires jQuery.