Skip to content

Commit

Permalink
Merge branch 'dev' into feature/aifun2
Browse files Browse the repository at this point in the history
  • Loading branch information
ayannch committed Mar 7, 2025
2 parents a72730e + a4a8620 commit cd6204e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Aevatar.Application.Contracts/Query/LuceneQueryDto.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@ namespace Aevatar.Query;
public class LuceneQueryDto
{
[Required]
public string Index { get; set; }
public string Index { get; set; }

[Required]
public string QueryString { get; set; }
public string QueryString { get; set; } = "";

public int PageIndex { get; set; } = 0;
public int PageSize { get; set; } = 10;
Expand Down

0 comments on commit cd6204e

Please sign in to comment.