From 77c045df235d290c18649238ef9fdc06cf6754d8 Mon Sep 17 00:00:00 2001 From: Ben Koshy Date: Fri, 18 Oct 2019 22:31:33 +1100 Subject: [PATCH] add: tutorial link in ReadMe - complex search forms (#194) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf2cac748..8298c6668 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Besides the classic pagination offered by the `pagy_nav` helpers, you can use a - [Integrating Pagy with Hanami](http://katafrakt.me/2018/06/01/integrating-pagy-with-hanami/) by Paweł Świątkowski - [Detailed Gems Comparison](https://ddnexus.github.io/pagination-comparison/gems.html) (charts and analysis) - [Benchmarks and Memory Profiles Source](http://github.com/ddnexus/pagination-comparison) (Rails app repository) +- [Handling Pagination When POSTing Complex Search Forms](https://bkspurgeon.github.io/paginating-search-results-with-a-post-request/) by Ben Koshy. - [日本語の投稿](https://qiita.com/search?q=pagy) - [한국어 튜토리얼](https://blog.naver.com/kbs4674/221616865157)