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

adding options 'is:?' to search #953

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Conversation

ArtificialOwl
Copy link
Member

@ArtificialOwl ArtificialOwl commented Mar 10, 2022

adding options to the search bar to filter Circles:

is:member,
is:moderator,
is:owner,
is:admin

Selection_025

Selection_026

Comment on lines +53 to +58

/** @var IL10N */
private $l10n;

/** @var FederatedUserService */
private $federatedUserService;

/** @var SearchService */
private $searchService;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/** @var IL10N */
private $l10n;
/** @var FederatedUserService */
private $federatedUserService;
/** @var SearchService */
private $searchService;
private IL10N $l10n;
private FederatedUserService $federatedUserService;
private SearchService $searchService;



/**
* return unique id of the provider
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* return unique id of the provider
* Get the unique id of the provider

Comment on lines 56 to +62

/** @var IURLGenerator */
private $urlGenerator;

/** @var CircleService */
private $circleService;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/** @var IURLGenerator */
private $urlGenerator;
/** @var CircleService */
private $circleService;
private IURLGenerator $urlGenerator;
private CircleService $circleService;

@codecov-commenter
Copy link

Codecov Report

Merging #953 (127e0e0) into master (84f7b89) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@             Coverage Diff             @@
##             master    #953      +/-   ##
===========================================
- Coverage      0.69%   0.69%   -0.01%     
- Complexity     5741    5787      +46     
===========================================
  Files           291     293       +2     
  Lines         19869   20007     +138     
===========================================
  Hits            139     139              
- Misses        19730   19868     +138     
Impacted Files Coverage Δ
lib/AppInfo/Application.php 0.00% <ø> (ø)
lib/Db/CoreQueryBuilder.php 0.00% <0.00%> (ø)
lib/Search/UnifiedSearchProvider.php 0.00% <0.00%> (ø)
lib/Search/UnifiedSearchResult.php 0.00% <0.00%> (ø)
lib/Service/SearchService.php 0.00% <0.00%> (ø)
lib/Tools/Traits/TDeserialize.php 6.45% <0.00%> (-3.08%) ⬇️
lib/Model/ModelManager.php 2.10% <0.00%> (-0.03%) ⬇️
lib/Command/CirclesCreate.php 0.00% <0.00%> (ø)
lib/Tools/Traits/TStringTools.php 0.00% <0.00%> (ø)
lib/Tools/Db/ExtendedQueryBuilder.php 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84f7b89...127e0e0. Read the comment docs.

@ArtificialOwl ArtificialOwl force-pushed the enh/noid/advanced-search branch 2 times, most recently from d696cf4 to cd7ab6d Compare June 13, 2022 15:04
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
@ArtificialOwl ArtificialOwl force-pushed the enh/noid/advanced-search branch from cd7ab6d to 876096e Compare June 13, 2022 15:24
@ArtificialOwl ArtificialOwl merged commit 1ef6aee into master Jun 13, 2022
@delete-merged-branch delete-merged-branch bot deleted the enh/noid/advanced-search branch June 13, 2022 15:33
@ArtificialOwl
Copy link
Member Author

/backport to stable24

@ArtificialOwl
Copy link
Member Author

/backport to stable23

@ArtificialOwl
Copy link
Member Author

/backport to stable22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants