Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Setters/getters for misc parameters #12

Closed
bobylito opened this issue Mar 26, 2015 · 3 comments
Closed

Setters/getters for misc parameters #12

bobylito opened this issue Mar 26, 2015 · 3 comments
Assignees
Milestone

Comments

@bobylito
Copy link
Contributor

Add functions to set and get the value for any parameters that will be used for the the search.

@bobylito bobylito modified the milestones: V2, v2.1 Mar 26, 2015
@bobylito
Copy link
Contributor Author

bobylito commented Jun 5, 2015

A generic getter would be enough : helper.get( parameterName )

The setter part is handle by setQueryParameter.

@redox
Copy link
Contributor

redox commented Jun 5, 2015

Yes, helper.getQueryParameter(name) to fit its setter friend's naming.

@bobylito
Copy link
Contributor Author

bobylito commented Jun 5, 2015

Sure! :)

@bobylito bobylito self-assigned this Jun 9, 2015
bobylito pushed a commit that referenced this issue Jun 15, 2015
  * FIX : #29 Avoid callback for outdated queries
  * FIX : #64 Sum up the processing time of all queries
  * FIX : #92 Parameters that can be set in the dashboard shouldn't have defaults
  * FIX : #62 Make sure disctinct is set to false when it's not possible to use distinct in Algolia
  * FEATURE : #91 Support for tags (with support for the raw format #98)
  * FEATURE : #70 Ability to get all refined values : helper.getRefinements( facetname )
  * FEATURE : #51 multiple filters for a single conjunctive facet (tests)
  * FEATURE : Ability to modify any parameter of the state easily (#76 #84 #12)
  * FEATURE : #69 Ability to know if a facet is refined, whatever the value
  * FEATURE : #86 Expose SearchParameters, AlgoliaSearchHelper, SearchResults to users directly in the builds
  * FEATURE : #25 let the user do a clearRefinement with a function as a filter
  * REFACTORING : SearchParameters is immutable (#14)
  * REFACTORING : Ensure SearchParameters is totally frozen (#14)
  * LIB : Update lodash version to 3.9.x
dhayab pushed a commit to algolia/instantsearch that referenced this issue Jul 10, 2023
…eature/miscParameters

FIX algolia/algoliasearch-helper-js#12 Add a method to get any parameter of the search
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants