cancel
Showing results for 
Search instead for 
Did you mean: 

Possible Angular 6 httpClient examples

robertwoodhead
Champ in-the-making
Champ in-the-making

Do examples exist for Angular 6 httpClient posting a query to:

/alfresco/api/-default-/public/search/versions/1 

5 REPLIES 5

So if I use the search component with a QueryBody I do get results.

I'd like to be able to reorganize the results of my search before returning them.

How might I accomplish that?

which kind of reorganization have you in mind?

So we have folders in our ecm that are queries (like views in a database). 

I enter a search and I get the folder back but I need to get back the underlying files associated with that folder (view) .

may you can rewrite that service and add your functionality inside.

With the dependency injection you can use tell to Angular to prefer your custom service instead of the default one in general and or for some components.

Angular Docs