Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(urls): ability to create an URL from a set of params #377

Merged
merged 1 commit into from
Oct 28, 2015

Conversation

redox
Copy link
Contributor

@redox redox commented Oct 28, 2015

Fix #372

BREAKING CHANGE: the instantsearch.createURL method is now taking a
simple JS object and not a SearchParameter instance anymore.

Fix #372

BREAKING CHANGE: the instantsearch.createURL method is now taking a
simple JS object and not a SearchParameter instance anymore.
@@ -23,4 +24,6 @@ instantsearch.widgets = {

instantsearch.version = require('./version.js');

instantsearch.createQueryString = algoliasearchHelper.url.getQueryStringFromState;
Copy link
Contributor

Choose a reason for hiding this comment

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

awesome!

vvo pushed a commit that referenced this pull request Oct 28, 2015
feat(urls): ability to create an URL from a set of params
@vvo vvo merged commit c14fe36 into develop Oct 28, 2015
@vvo vvo deleted the feat/create-url branch October 28, 2015 12:49
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.

3 participants