Param | Type | Details |
---|---|---|
filter | Object | The filter object to add to the url. |
reloadSearch (optional) | boolean | Whether to reload search results. |
Param | Type | Details |
---|---|---|
fieldName | string | The name of the filter to apply. |
actual | string | The actual value of the filter. |
display | string | The display value of the filter. |
orFilter (optional) | string | If the filter is to be ORed. |
location | object | The location object to use, this should be angular.copy’d before |
exclude (optional) | boolean | If the filter is to be exclude values |
match (optional) | string | ’left_partial’ or ‘partial’ or ‘right_partial’ or ‘exact’ |
Param | Type | Details |
---|---|---|
fieldName | string | The name of the filter to apply. |
actual | string | The actual value of the filter. |
display | string | The display value of the filter. |
reloadSearch (optional) | boolean | Whether to reload search results. |
orFilter (optional) | string | If the filter is to be ORed |
exclude (optional) | boolean | If the filter is to be exclude values |
match (optional) | string | ’left_partial’ or ‘partial’ or ‘right_partial’ or ‘exact’ |
Param | Type | Details |
---|---|---|
fieldName | string | The name of the filter to apply. |
from | string | The from value of the filter. |
to | string | The to value of the filter. |
displayFrom | string | The from display value of the filter. |
displayTo | string | The to display value of the filter. |
reloadSearch (optional) | boolean | Whether to reload search results. |
orFilter (optional) | boolean | If the filter is to be ORed |
fromExcluded (optional) | string | whether the from is to be excluded. |
toExcluded (optional) | string | Whether the to is to be excluded. |
exclude (optional) | boolean | Whether the values should be excluded. |
Param | Type | Details |
---|---|---|
fieldName | string | The name of the filter to apply. |
from | string | The from value of the filter. |
to | string | The to value of the filter. |
displayFrom | string | The from display value of the filter. |
displayTo | string | The to display value of the filter. |
reloadSearch (optional) | boolean | Whether to reload search results. |
orFilter (optional) | boolean | If the filter is to be ORed |
toLabel (optional) | string | The label which appears between the from and to values. |
fromExcluded (optional) | string | whether the from is to be excluded. |
toExcluded (optional) | string | Whether the to is to be excluded. |
exclude (optional) | boolean | Whether the values should be excluded. |
Param | Type | Details |
---|---|---|
fieldName | string | The name of the filter to apply. |
actual | string | The actual value of the filter. |
display | string | The display value of the filter. |
orFilter (optional) | string | If the filter is to be ORed (field or value) |
exclude (optional) | boolean | If the filter is to be exclude values |
match (optional) | string | ’left_partial’ or ‘partial’ or ‘right_partial’ or ‘exact’ |
type (optional) | string | Explicitly set the type of the filter, ‘string’ or ‘number’. A string filter value will be wrapped in double quotes. |
string | Returns a filter that can be added to the URL |
Param | Type | Details |
---|---|---|
filter | Object | The filter object or string to create a filter from. |
string | Returns a filter that can be added to the URL |
Param | Type | Details |
---|---|---|
fieldName | string | The name of the filter to apply. |
from | string | The from value of the filter. |
to | string | The to value of the filter. |
displayFrom | string | The from display value of the filter. |
displayTo | string | The to display value of the filter. |
orFilter (optional) | string | If the filter is to be ORed (value | field) |
toLabel (optional) | string | The label which appears between the from and to values. |
fromExcluded (optional) | string | whether the from is to be excluded. |
toExcluded (optional) | string | Whether the to is to be excluded. |
exclude (optional) | boolean | Whether the values should be excluded. |
string | Returns a filter that can be added to the URL |
Param | Type | Details |
---|---|---|
filterName | string | The name of the filter to apply. |
from | string | The from value of the filter. |
to | string | The to value of the filter. |
display | string | The display value of the filter. |
orFilter (optional) | string | If the filter is to be ORed (value | field) |
fromExcluded (optional) | string | whether the from is to be excluded. |
toExcluded (optional) | string | Whether the to is to be excluded. |
exclude (optional) | boolean | Whether the values should be excluded. |
string | Returns a filter that can be added to the URL |
object | Object literal of all URL parameters |
Param | Type | Details |
---|---|---|
fieldName | string | Only get filters on the specified field. |
Array | Returns values of the filterName from URL. |
Param | Type | Details |
---|---|---|
parameter | string | The parameter to get from the URL. |
defaultValue (optional) | string | The value to return if parameter returns null. |
var | Returns value of parameter from URL or defaultValue. |
Param | Type | Details |
---|---|---|
parameter | string | The parameter to get from the URL. |
defaultValue (optional) | string | The value to return if parameter returns null. |
Array | Returns values of the parameter from URL or defaultValue in an array. |
Param | Type | Details |
---|---|---|
filterName | string | The name of the filter to remove. |
reloadSearch (optional) | boolean | Whether to reload search results. |
Param | Type | Details |
---|---|---|
filterName | string | The name of the filter to remove. |
reloadSearch (optional) | boolean | Whether to reload search results. |
Param | Type | Details |
---|---|---|
reloadSearch | boolean | Whether to reload the search |
Param | Type | Details |
---|---|---|
parameters | array | types to reset |
reloadSearch | boolean | Whether to reload the search |
Param | Type | Details |
---|---|---|
parameter | string | The parameter to add to the URL. |
value | Arraystring | The value to assign to the parameter. |
reloadSearch (optional) | boolean | Whether to reload the results. |
Param | Type | Details |
---|---|---|
query | Object | Query object from which URL Parameters are to be used. |
reloadSearch (optional) | boolean | Whether to reload the search once all the parameters have been set. |
Param | Type | Details |
---|---|---|
filterName | string | The name of the filter to apply. |
actual | string | The actual value of the filter. |
display | string | The display value of the filter. |
orFilter (optional) | string | If the filter is to be ORed on value or field |
exclude (optional) | boolean | If the filter is to be exclude values |
match (optional) | string | ’left_partial’ or ‘partial’ or ‘right_partial’ or ‘exact’ |
boolean | Whether the URL contains the filter. |
Param | Type | Details |
---|---|---|
filter | object | The filter object |
boolean | Whether the URL contains the filter. |