Skip to content

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

Open
kirti763 wants to merge 2 commits into
credebl:mainfrom
kirti763:fix-replace-searchbytext
Open

refactor: replace searchByText with search and update extendPagination handling#1251
kirti763 wants to merge 2 commits into
credebl:mainfrom
kirti763:fix-replace-searchbytext

Conversation

@kirti763

Copy link
Copy Markdown

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>
@sonarqubecloud

Copy link
Copy Markdown

@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
Copy Markdown
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

Comment thread platform

Copy link
Copy Markdown
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?


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

Copy link
Copy Markdown
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

@ankita-p17

Copy link
Copy Markdown
Contributor

Hi @kirti763 please resolve conflicts in this PR.

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