3 results found
-
Allow ancestor/children links in Content Areas in Content Graph
I am looking to get the parent/children of a content item that is used within a Content Area to support a hierarchical relationship. Currently, it is not possible to use the _link property on Content Areas within Content Graph.
In this query:
query MyQuery { MyPage(where:{ContentLink:{Id:{eq: 1119}}}) { item { ContentLink { Id } _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } MyBlock(where:{ContentLink:{Id: {eq:1127}}}) { items { Cards { ContentLink { Id Expanded { _link(type: ANCESTORS) { MyParentPage { items { Url } } } } } } } } }
In the first query,…
3 votes -
'Stop words' feature in Optimizely Graph
We need to stop few words from search or indexing. For example, in case of search term 'having a baby' also brings results with 'a' which does not make sense. We are looking for a similar feature like 'synonyms'. We have been advised in the ticket reference 1748761 (https://support.optimizely.com/hc/en-us/requests/1748761) to raise a feature request to bring this feature back as its currently deprecated. We are from Publicis Sapient and working for St Luke's digital transformation project.
The below document does not have enough details in the API call with PUT method. Also it says the feature is deprecated.
…
1 vote -
sync status
This request is to make the status of the Synchronize with Optimizely Graph more visible. Currently content editors only see the graph sync status when clicking into the dropdown menu on a content item in the content editing pane. Would like to see graph sync status visible on the content editing interface without having to click and additional item. Perhaps even elevating items which are not synced to have a visible indicator within the content navigation pane setting a view for whether an item or subitems have unsynced content. Currently we are having issues with our sync jobs and users…
1 vote
- Don't see your idea?