Skip to content

refactor: replace searchByText with search and update extendPagination handling #1251

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kirti763
Copy link

This PR addresses the following improvements in the connection-related files:

1. Replaced searchByText with search

  • Updated all references of searchByText to search in:
    • connection.service.ts
    • connection.interfaces.ts
    • iconnectionsearch.interface.ts

2. Handled extendPagination

  • Verified and updated the handling of extendPagination

issue: #705

kirti763 added 2 commits May 13, 2025 17:34
Signed-off-by: kirti763 <kg4180553@gmail.com>
Signed-off-by: kirti763 <kg4180553@gmail.com>
Copy link

@GHkrishna GHkrishna requested a review from bhavanakarwade June 6, 2025 05:34
pageNumber: number = 1;
export class GetAllCredDefsDto extends PaginationDto{

@ApiProperty({ required: false, example: 'id' })
Copy link
Contributor

Choose a reason for hiding this comment

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

Please check the formatting here

Copy link
Contributor

Choose a reason for hiding this comment

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

What is the purpose of this submodule?

@@ -6,11 +6,11 @@ import { trim } from '@credebl/common/cast.helper';
@ApiExtraModels()
export class GetWebhookDto {

@ApiPropertyOptional({example: '2a041d6e-d24c-4ed9-b011-1cfc371a8b8e'})
@IsOptional()
@ApiProperty({example: '2a041d6e-d24c-4ed9-b011-1cfc371a8b8e'})
Copy link
Contributor

Choose a reason for hiding this comment

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

This is a optional property

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

Successfully merging this pull request may close these issues.

2 participants