https://discord.umbraco.com
Join Discord
Heartcore Search - what is possible?
s

Sherlock Holm๐Ÿ”

over 1 year ago
I am looking to do my first Heartcore project and we are currently looking at the search capabilities for the frontend. It looks quite primative currently. Does anyone have experience of working with Heartcore to provide a keyword search that is scoped to a section of the tree (this is the bare minimum I would need)? It seems there is the search endpoint (can only take keywords) and the filter content endpoint (to filter say on content type, but without a keyword), but I need a combination of the two, preferably without hacks. I also found this post that suggest there will be a rewrite of Search, but not for a while - https://github.com/umbraco/Umbraco.Heartcore.Issues/issues/85 Does anyone have an updated timeline? Basically I need to understand if search is achievable in Heartcore yet. I appreciate level of search functionality can vary wildly so any help on understanding what can or cant be done currently, would be great.
s
s
  • 2
  • 1
  • 53
Umbraco v14 iis deployment API error , Method not allowed
g

gerges

over 1 year ago
i've updated to umbraco v14 and i configured website with not managed ... and application pool identity local system idon't know where might be the problem .. i tried solutions like adding http protocls in web config i get when i do any operation .. API error , Method not allowed
g
h
s
  • 3
  • 23
  • 53
Image Sharp Adding Dark Colour to bottom corner of images
c

CodeSharePaul

over 1 year ago
Hi all, I have found a strange error when using Image Sharp in Umbraco to resize or crop our images, their is a dark colour added to the bottom corner of it that isn't on the original image. Has anyone seen this before? https://cdn.discordapp.com/attachments/1220006486357577800/1220006559090872361/hartley-boats.jpg?ex=660d5ea6&is=65fae9a6&hm=baf19b31fd0dca55675162c38f1f1e4dde888d8591496ba4b82d8cc1614b1d6d&
c
j
m
  • 3
  • 7
  • 53
Anonymous Access to Azure Storage Media Container
p

pdqumbraco

over 1 year ago
Hi, Can anyone help with this, we have an Azure Storage account, where we store the media folder (as per the Umbraco setup guidelines), Is there a way to change how the umbraco instance accesses this container so that it's AuthenticationType is not Anonymous. I hope this make sense, or does it need to be anonymous so that the media items can be publicly available.
p
o
  • 2
  • 2
  • 53
Examine: Unable to Access Content Fields in ExternalIndex (Custom Search Component)
o

Olti

9 months ago
Hi everyone! ๐Ÿ‘‹ I'm implementing a custom search component in Umbraco that searches pages (not documents) using Examine's ExternalIndex. However, I am unable to access the correct content field that contains the actual text of the page. I need to: 1. Extract a text snippet from the search results where the search term appears. 2. Highlight the search term in that snippet. 3. Ensure Iโ€™m using the correct field from ExternalIndex to retrieve the page content. Currently, I am trying to access: - "mainContent_en-us" - "combinedField" However, both are always null in my Razor view. What I Have Tried: - Checked Examine Management in Umbraco Backoffice to inspect indexed fields. - Attempted to retrieve content from different fields. - Used item.Value("fieldName"), but it always returns null. ExternalIndex Fields (Example): When searching for the term "arbeitsalltag", here are some relevant fields from the index:
__NodeId    1650
__NodeTypeAlias    USNPage
__Path    -1,2260,1591,1606,1650
__Published    y
combinedField    icon-layout color-black y ... (includes full text)
mainContent_en-us    0 {"text":"","headingtag":""} {"text":"","headingtag":""} (seems empty)
nodeName    1.3 Vision Mission Leitbild
searchablePath    -1 2260 1591 1606 1650
It seems that combinedField contains the text, but I can't access it via item.Value("combinedField"). This is my current search implementation:
o
m
j
  • 3
  • 46
  • 52
[Solved] Preview URL always opens with `culture=invariant`
k

kdx-perbol

12 months ago
We have an Umbraco 14.latest with only one content language. For some reason "Save & Preview" always opens with
culture=invariant
which does not work. Anyone know what needs to be done to fix this? Our editor is getting tired of removing it from the URL manually each time. ๐Ÿ™‚ https://cdn.discordapp.com/attachments/1306171416114102314/1306171416521080843/preview-culture-invariant.png?ex=6735b26d&is=673460ed&hm=af3429161720c25381180eb8c3c76bbf88d7bfe2cbe11023900aec029fb368b1&
k
  • 1
  • 5
  • 52
Codegarden 2024 mega tips & tricks thread
s

Sebastiaan

over 1 year ago
Today it is 28 days until Codegarden! Our website has a lot of practical information: https://codegarden.umbraco.com/practical-information/ but this thread ๐Ÿงต will have more tips and tricks on things like: ๐Ÿ›Œ Hotels & accomodation ๐Ÿš‚ Trains ๐Ÿ‡ฉ๐Ÿ‡ฐ Odense / Denmark ๐Ÿค Meeting (new) people / uBuddy โšก The Thursday night dinner and entertainment ๐Ÿชฉ Social events ๐Ÿ”— Related links
s
m
+2
  • 4
  • 12
  • 52
How to create an entity action with dialogue in U14 rc1?
d

D_Inventor

over 1 year ago
Hey all, I'm trying out the U14 rc1 today and attempting to get a simple
Entity Action
working that opens a panel, much like the old menu items with the
LaunchDialogView
options. In particular for content items in the content tree. I'm struggling to get this to work, does anybody happen to have something already that I can steal take inspiration from? Right now I'm getting an error saying:
Extension of alias "contentgenerator.entity.action" did not succeed creating an Element with Api, Api was created but the Element was missing a JavaScript file via the 'element' or the 'js' property. Alternatively define a Element Name in 'elementName' in the manifest.
I'll give some more context in a thread
d
k
w
  • 3
  • 20
  • 52
Umbraco IAppPolicyCache in Load Balanced Environments
a

Aaron Sawyer

almost 2 years ago
Hello all, We use IAppPolicyCache for caching certain content, and in this instance are load balancing 2 servers. An issue that we are noticing is that if we clear an IAppPolicyCache entry on one server, it doesn't occur on the other server. What is the best way to send a signal to clear the cache on all sites? I saw an article on ICacheRefresher, but I wasn't sure how to use that in the real world. https://docs.umbraco.com/umbraco-cms/fundamentals/setup/server-setup/load-balancing
a
d
  • 2
  • 24
  • 52
Block Preview not loading bootstrap variables
p

PascalEugster

about 2 years ago
Hey everyone, i'm currently working with block preview from rickbutterfield. First of, awesome plugin! I'm facing a problem where my bootstrap css variables do not get loaded... And i dont know why. For the preview style im loading the default.min.css which gets generated with all the styles and there are also the defined varaiables. Did somebody already dealt with this problem?
p
r
  • 2
  • 8
  • 52
Previous444546Next

Umbraco

A hub and casual space for you to interact with fellow community members and learn more about Umbraco!

Powered by