From 74ed174433bfee01abd55cfc40c8518a01381b8d Mon Sep 17 00:00:00 2001 From: Leonid Andreev Date: Tue, 28 May 2024 11:09:32 -0400 Subject: [PATCH] Removed the warning from the ip groups guide about the effect of the new search optimization feture that was no longer true. #10554 --- doc/sphinx-guides/source/admin/ip-groups.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/sphinx-guides/source/admin/ip-groups.rst b/doc/sphinx-guides/source/admin/ip-groups.rst index 658b5888667..d88d6b39e30 100644 --- a/doc/sphinx-guides/source/admin/ip-groups.rst +++ b/doc/sphinx-guides/source/admin/ip-groups.rst @@ -42,7 +42,3 @@ To delete an IP Group with an alias of "ipGroup1", use the curl command below: ``curl -X DELETE http://localhost:8080/api/admin/groups/ip/ipGroup1`` -Related Settings ----------------- - -Be aware that enabling the feature flag ``avoid-expensive-solr-join`` will effectively prevent collection, datasets, and files from being found by members of IP Groups when searching, rendering IP Groups much less useful. See :ref:`feature-flags` in the Installation Guide for details.