From d5a316801cc1adeaec84bc76f0ad97b3eb62d282 Mon Sep 17 00:00:00 2001 From: Sean <11340230+scarroll32@users.noreply.github.com> Date: Fri, 8 Apr 2022 00:09:38 +0200 Subject: [PATCH] Add full link to issue Just testing the edit from website functionality. --- docs/docs/going-further/merging-searches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/going-further/merging-searches.md b/docs/docs/going-further/merging-searches.md index 742d342..b20608c 100644 --- a/docs/docs/going-further/merging-searches.md +++ b/docs/docs/going-further/merging-searches.md @@ -38,4 +38,4 @@ WHERE ( ORDER BY "people"."id" DESC ``` -Admittedly this is not as simple as it should be, but it's workable for now. (Implementing #417 could make this more straightforward.) +Admittedly this is not as simple as it should be, but it's workable for now. (Implementing [issue 417](https://github.com/activerecord-hackery/ransack/issues/417) could make this more straightforward.)