Possible Angular 6 httpClient examples
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-04-2018 07:06 PM
Do examples exist for Angular 6 httpClient posting a query to:
/alfresco/api/-default-/public/search/versions/1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 12:39 PM
Hi Robert we already have a lot of components that are using the search in our ADF project:
This si the ADF search service:
Otherwise, you can use the alfresco-js-api:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-05-2018 05:13 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 09:59 AM
which kind of reorganization have you in mind?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-06-2018 10:20 AM
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) .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-10-2018 07:04 AM
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.
