Skip to content

Commit

Permalink
Trespass service admin areas when searching for subentries
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWilbur committed Mar 11, 2023
1 parent c165357 commit c698353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/meerkat/src/app/distributed/search_i.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3091,6 +3091,7 @@ async function search_i_ex (
if ( // If we are using Meerkat DSA's deviation for searches...
!ctx.config.principledServiceAdministration
&& (searchState.depth > 0) // ...and we are beneath the baseObject...
&& !subentries // ...and we are not searching for subentries only...
&& ( // ...and we are in a new service admin area...
( /* Which can happen if the search was already within a service
admin area and it is now in a new one... */
Expand Down

0 comments on commit c698353

Please sign in to comment.