Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add /org/[orgid] facet in pro platform URL #10432

Merged
merged 26 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
style
  • Loading branch information
4nt0ineB committed Jul 2, 2024
commit abfc0f2a6a9654c91323b4a7fceed40d67540a6c
2 changes: 1 addition & 1 deletion lib/ProductOpener/Routing.pm
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ sub _analyze_request_impl($request_ref, @components) {
# $request_ref->{no_index} is set to 0 by default in init_request()
$request_ref->{no_index} = 1;
}

check_and_update_rate_limits($request_ref);

$log->debug("request analyzed", {lc => $request_ref->{lc}, request_ref => $request_ref}) if $log->is_debug();
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/routing.t
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ my @tests = (
'tagtype' => 'categories'
},
],
'param' => {},
'param' => {},
'no_index' => '0',
'is_crawl_bot' => '0',
'rate_limiter_blocking' => 0,
Expand Down
Loading