Thanh Pham

Results 17 comments of Thanh Pham

If possible, I think including visuals could enhance the readability and comprehension of the note.

@bipsBro you can define your local definition like below to make the compiler happy. ```ts declare module 'tailwind.macro' ```

Hi @AstaDK, have you tried the `usePagination` hook? - https://react.docs.sajari.com/hooks/usepagination

You don't have to use the `Pagination` component, the variables and methods from `usePagination` can be consumed by any piece of UI. For example: ```jsx const { page, setPage, resultsPerPage,...

@AstaDK, I see your point. The `searching` actually doesn't change if you set a new page number. @tuanddd can you confirm if it could be a bug?

> The log not appear. The request server called but results not update @AstaDK although the `searching` doesn't change, the results should still be updated as I can check it...

> Im not sure but I was updated latest versions for all Sajari, but the filter option do not work fine, It have some issue and after I downgrade with...

You can find the latest version of the packages in [README.md](https://github.com/sajari/sdk-react/blob/master/README.md).

@AstaDK thanks for reporting. We'll check and fix it if it's an issue.

Hi @alexluscombe, can you take a look at [demo](https://sajari-new-search-interface.netlify.com/) for the new interface and give your feedback? and please note that: - There is no responsiveness yet. If it's in...