Skip to content

Commit

Permalink
extract query generation to own reusable method
Browse files Browse the repository at this point in the history
  • Loading branch information
skttl committed Apr 18, 2024
1 parent 422fd8a commit f23974a
Show file tree
Hide file tree
Showing 2 changed files with 141 additions and 133 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
public interface ISearchService
{
string GetLuceneQuery(ISearch search);
IFullTextSearchResult Search(ISearch search, int currentPage);
}
}
Loading

0 comments on commit f23974a

Please sign in to comment.