Skip to content

Commit

Permalink
MODTLR-7 Create a client for mod-search
Browse files Browse the repository at this point in the history
  • Loading branch information
MagzhanArtykov committed Jan 17, 2024
1 parent b2a10ed commit a162cf2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 36 deletions.
2 changes: 1 addition & 1 deletion src/main/java/org/folio/client/feign/SearchClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public interface SearchClient {

@GetMapping("/instances")
ResultList<Instance> searchInstances(@RequestParam("query") CqlQuery cql);
ResultList<Instance> searchInstances(@RequestParam("query") CqlQuery cql, @RequestParam("expandAll") Boolean expandAll);

@Data
@JsonIgnoreProperties(ignoreUnknown = true)
Expand Down
9 changes: 0 additions & 9 deletions src/main/java/org/folio/service/SearchService.java

This file was deleted.

26 changes: 0 additions & 26 deletions src/main/java/org/folio/service/impl/SearchServiceImpl.java

This file was deleted.

0 comments on commit a162cf2

Please sign in to comment.