Newest Questions
13,661 questions
2
votes
1
answer
46
views
GraphQL Authoring API: How to do nested OR criteria within an AND
I know how to do a query where each criteria defaults to OR
searchStatement: {
criteria: [
{ criteriaType: SEARCH, field: "_template", value: "455a3e98a6274b408035e683a0331ac7&...
1
vote
1
answer
20
views
How to index Icon field in SOLR without using computed field?
As in DefaultIndexConfiguration the Icon field is excluded from getting indexed. But in one of my requirement I need the field to fetch the data from SOLR.
I have tried including the field using ...
2
votes
2
answers
37
views
onFacetClick and onPageNumberChange are undefined when using useSearchResults in separate component
I'm working on a page that includes two components: PreviewSearch and SearchResults, one after the other.
In SearchResults, I'm trying to use onFacetClick and onPageNumberChange from useSearchResults, ...
1
vote
1
answer
48
views
Disabling cache at rendering will impact the performance? In Layout services one of the component will show /hide based on roles
Disabling cache at rendering will impact the performance? In Layout services one of the component will show /hide based on roles but that's not working as expected.
After disabling the cache at ...
1
vote
1
answer
39
views
Searchable fields for XM Cloud search
I'm trying to itegrate my app with Sitecore XM Cloud using authoring api. Have studied doc on site https://doc.sitecore.com/xmc/en/developers/xm-cloud/query-examples-for-authoring-operations.html and ...
2
votes
1
answer
56
views
How do we delete an Archived Sitecore Search Source through CEC Portal?
Is there a way to delete an archived Sitecore Search Source in Sitecore CEC portal?
0
votes
1
answer
24
views
SXA Search Results component not indexing content from page components like Accordion
We’re using Sitecore SXA in our project, and facing an issue with the built-in Search Results component. It works fine for some items, but does not return results from the content rendered by page ...
1
vote
0
answers
18
views
Issues Executing Scripts from CMS in CodeObject(which has html,css and script) Component (Next.js + Sitecore Headless)
We’re encountering an issue with a component(which is added in sitecore cms and has html,css,scripts) in our Sitecore Headless (Next.js) implementation.
In Sitecore XP, we were able to use Rich Text ...
1
vote
1
answer
49
views
Restriction on Experience Edge
In XM Cloud, Experience Edge shares published content with the NodeJS server or the public, as it is publicly accessible. When calling Experience Edge, we pass the API Key, which Experience Edge uses ...
0
votes
1
answer
21
views
Using Azure Storage Blob with XM Cloud
We have XM Cloud environment. We have requirement not to store any media content inside the Sitecore (XM Cloud).
We want to use/store all the media content images, *.pdf, and .doc files inside the ...
0
votes
0
answers
25
views
SXA CLI not uploading JS files with sxa upload commands in @sitecore/sxa-theme and @sitecore/sxa-cli - v10.4.2
I'm using the latest versions of sitecore/sxa-theme and sitecore/sxa-cli for an SXA project.
When I run sxa u Js, it doesn't upload any JavaScript files from the scripts/**/*.js directory. Even when I ...
1
vote
1
answer
23
views
Session timeout on xmcloud (content and page editor)
When I logged in with the page editor/content editor , after some time the page got refreshed and user was navigated back to the home page after refreshing the screen.
How can I increase the session ...
0
votes
2
answers
42
views
How do I get an item's language versions in GraphQL for Sitecore JSS?
how can I get all of the languages that an item has versions in in GraphQL? e.g. in .Net I would have done this:
Item tempItem = Sitecore.Context.Database.GetItem(tempID);
foreach (var itemLanguage in ...
0
votes
1
answer
20
views
Unable to cast object of type 'System.String' to type 'Unicorn.ControlPanel.Security.IUnicornAuthenticationProvider' [duplicate]
Though my configuration is correct still it is giving this error. can anyone please help.
added a screenshot of configuration below. This started happening after I upgrded my project to package ...
0
votes
1
answer
22
views
We are getting Illegal characters in path in Sitecore pages how can we avoid these exceptions
As we see we are getting these path error if we add some values in url but these should be some exception handling to these error can any one guide me how to handle these error in sitecore site. ...