DataProvider.SearchOptions (DataProvider v1.2.1) View Source
Module with searching params in DataProvider
Link to this section Summary
Functions
Creates new DataProvider.SearchOptions with received params
Merges options value of received DataProvider.SearchOptions with params
in second argument.
Replaces options in DataProvider.SearchOptions by received params map.
Link to this section Types
Specs
t() :: %DataProvider.SearchOptions{options: map()}
Search options
Fields
options- Map with data searching options forDataProvider
Link to this section Functions
Specs
Creates new DataProvider.SearchOptions with received params
Specs
Merges options value of received DataProvider.SearchOptions with params
in second argument.
Args
search_options-DataProvider.SearchOptionswhich options need to mergeparam- Map with new for merging
Specs
Replaces options in DataProvider.SearchOptions by received params map.
Args
search_options-DataProvider.SearchOptionswhich options need to replaceparam- Map with new for replacing