Skip to content

Commit

Permalink
Merge pull request #469 from OpenCatalogi/feature/OP-278/missing-charts
Browse files Browse the repository at this point in the history
feature/OP-278/missing-charts
  • Loading branch information
remko48 authored Apr 30, 2024
2 parents d800405 + bef7bc9 commit 775240f
Show file tree
Hide file tree
Showing 3 changed files with 265 additions and 205 deletions.
2 changes: 1 addition & 1 deletion pwa/src/apiService/resources/availableFilters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class AvailableFilters {

public getStatistics = async (): Promise<any> => {
const endpoint =
"/search?embedded.nl.embedded.commonground.rating[%3E%3D]=1&_queries[]=developmentStatus&_queries[]=softwareType&_queries[]=categories&_queries[]=embedded.nl.embedded.commonground.rating";
"/search?embedded.nl.embedded.commonground.rating[%3E%3D]=1&_queries[]=developmentStatus&_queries[]=softwareType&_queries[]=categories&_queries[]=embedded.nl.embedded.commonground.rating&_queries[]=embedded.nl.embedded.commonground.layerType&_queries[]=embedded.url.embedded.organisation.name";

const { data } = await Send(this._instance, "GET", endpoint);

Expand Down
Loading

0 comments on commit 775240f

Please sign in to comment.