Skip to content

Commit

Permalink
docs: Add three per company option to diversification levels (#339)
Browse files Browse the repository at this point in the history
* docs: Add three per company option to diversification levels

PiperOrigin-RevId: 536429537

Source-Link: googleapis/googleapis@7cb9709

Source-Link: googleapis/googleapis-gen@bc0f6d6
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmMwZjZkNjVkN2RhOWZiNzhjNmUzNzczZDhjMGNjOGIxYWY4NmI0MSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 31, 2023
1 parent 7d2a7f2 commit 29fd744
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,10 @@ class DiversificationLevel(proto.Enum):
in the same company to be shown at once, the other jobs
under same company are pushed to the end of the last page of
search result.
MAX_THREE_PER_COMPANY (6):
Similar to ONE_PER_COMPANY, but it allows at most three jobs
in the same company to be shown at once, the other jobs
under same company are dropped.
DIVERSIFY_BY_LOOSER_SIMILARITY (5):
The result list is ordered such that somewhat
similar results are pushed to the end of the
Expand All @@ -677,6 +681,7 @@ class DiversificationLevel(proto.Enum):
SIMPLE = 2
ONE_PER_COMPANY = 3
TWO_PER_COMPANY = 4
MAX_THREE_PER_COMPANY = 6
DIVERSIFY_BY_LOOSER_SIMILARITY = 5

class KeywordMatchMode(proto.Enum):
Expand Down

0 comments on commit 29fd744

Please sign in to comment.