Alex S

Results 80 comments of Alex S

@thomo13 let me know if there is something that you don't understand, that would be of great help :)

The derive feature helps create several searches using a single search state. In practice this means that you can create two independent searches at the same time that can target...

@thomo13 Feel free to drop a comment / request for feedback on your use case directly in the [algolia community forum](https://discourse.algolia.com) :) Lots of helpful people around there :)

I don't agree, while changing the index you can't know in advance how many pages there will be in the next search therefore resetting the page to 0 is a...

Ok I understand better now. Makes sense when using this API. But, there is a cleaner way to do that when loading from a URL. Using setState, first retrieve the...

In the case of the URL I would still suggest using the setState, because it's less mutations and less functions calls. But if you think that there is magic when...

Why don't we discuss about this issue around a cup of coffee Monday morning? On Jun 26, 2015 9:08 PM, "Sylvain Utard" [email protected] wrote: > I understand your point @bobylito...

@Nainterceptor Any method that will change the number of pages will reset the current page to avoid inconsistencies. For example, if it was not the case we could stay on...

Alright this is indeed very not cool what you have to implement @Jerskouille :/ Let's move forward.