12 results found
-
Optimizely.Graph.Client ConventionRepository is impossible to mock for a unit test
I have recently started using Optimizely Graph Client (Using the latest: 1.4.0. I have created a separate graph conventions field for each component that configures how the component will get indexed by the graph.
/// <summary>
/// Conventions for the accordion blocks
/// </summary>
public class AccordionGraphTypeConventions : IGraphTypeConventions
{
/// <summary>
/// Adds conventions for the accordion blocks
/// </summary>
/// <param name="conventionRepository">The conventions repository</param>
public void Configure(ConventionRepository conventionRepository
{
// Ensure we have the repository
ArgumentNullException.ThrowIfNull(conventionRepository;
// Configure the accordion grouping block
conventionRepository?.ForInstancesOf<AccordionGroupingBlock>(?
.Set(p => p.Title, IndexingType.Searchable
.Set(p => p.Description, IndexingType.OnlyStored
.Set(p => p.IsFaq, IndexingType.Queryable
.Set(p => p.Items,…1 vote -
Can't query unpublished or draft content on optimizely graph?
Hi looks like no matter what i can't query unpublished or draft content in optimizely graph?
Simply like this code
ArticlePage(
limit: $pageSize
locale: $locale
skip: $skip
{
items {
articleTitle
_metadata {
published
}
}
}
Example code tried on: https://app-lupa01saasayc30p001.cms.optimizely.com/ui/ContentGraph/GraphiQL
Is that by design? Or something need to be done?1 vote -
Expiration of the Content Graph preview token
Users used to share a link with a preview token and when other users hit it, it's already expired.
The time for the preview token is 5 minutes and it cant be changed. Even if we add all the users within the cms so they have access to view previews, a 5 minute time window before the preview token expires before they have to go back to the page and view the preview again does not seem like an adequate amount of time. There has to be some solution that can easily be put in place to increase the time…3 votes -
Retrieving DAM asset's filesize using graphql
We are using content Graphql to retrieve assets from DAM, but unfortunately, we cannot find the filesize in the schema. Could you please develop this ASAP?
Many Thanks11 votes -
Add a spell check function to auto-complete search phrases after X number of characters.
The Practising Law Institute is asking for an API method to spell-check against visitor search phrases against the Auto-complete search phrase list entered into the system by admin users.
Example: Visitor searches for: "Practicin"... and autocomplete checks this phrase after X characters and finds a match in the Auto-complete list for "Practising Law Institute now has better auto-complete matches, auto-checked for spelling errors"
This feature request was brought to us by PLI stating that our Search & Navigation product should be better at search out of the box, and this was their most important improvement that could be made to…2 votes -
Allow Search Redirects to go to External sites
We would like to be able to take customer search terms (ex: jobs, careers to go to an external job listing site. Currently Opti only allows you to direct searches within the existing platform, so that a workaround causes the user to make multiple clicks before reaching the final destination. This is not an optimized experience. Rather, the less clicks to get the user to where they want to go should be the goal of any site - and allowing for search redirects to go to external URLs will help achieve that.
2 votes -
Content Graph availability in a Saudi Private Cloud (eg. STC Private cloud
As a Customer in Saudi I want to use Content Graph from a data centerer within the Kingdom
2 votes -
Enable all available languages in Search & Navigation automatically
Today, very few languages are enabled by default in Search & Navigation and to add more we have to contact support to get at most 10 languages enabled.
I suggest that S&N should be improved to automatically handle all enabled languages in the site and to not be limited to only 10 languages. This would greatly improve its usability2 votes -
External Links Gadget Search
I'd like to be able to search for a web address within the external links gadget and have the ability to select a page of results to jump to. Our site has over 23,000 external links and having to individually click through 235 pages of results to find the link I'm looking for is tedious and inefficient. Thanks!
5 votes -
Add more languagues to Find
I would like to add more languagues to Find as below
Lithuania lt
Estonia et5 votes -
Find UI only shows 100 pagestypes, blocks and languages, this is limiting for large sites
Please enhance the UI so it can show more than 100 of each type
1 vote -
Show asset when searching in tree
I think it would be very useful that when searching using an asset number if there was an option you could click to show where the asset sits in the tree structure of the site.
2 votes
- Don't see your idea?