I don't think so -- it let me into the search forms editor, and let me customize the Assets Admin Search Rail with no complaints. The customization just doesn't show up in the new Assets UI. And when I switch back to the old UI, I don't get a search rail at all. Thanks for trying though. Happy holid...
yes, of course -- it just seems like a very common use case, and it would be much friendlier if the system tried looking for this metadata and fell back to the AEM created date, rather than each customer having to set it up for themselves. But it is what it is, at least there's a way to get there.
Thanks for the link, that should work (after I dig into the asset in CRX/DE to find out what the technical name of the property is). Hard to understand why this is not default behavior, and that every customer who needs it has to create a custom search facet -- and even then, searchers have to add i...
I'm starting to play with my Cloud Service sandbox, starting with Assets as a Cloud Service. I uploaded a few folders of local images in JPG format to Assets, and when I look at the details in Assets, I see the Creation and Modified dates are the date & time I uploaded to Assets, not the information...
@alext79299363 I ran into a use case for this just this week. I have a folder with hundreds of images (bad decision at the time but it's what we have). I need to edit several images whose names start with "Q". I open the folder, scroll, wait, scroll, wait, etc. until eventually I get to the Qs. When...
Yes, that helps a lot, I'll give these techniques a try. My module is long overdue for a rewrite, I guess now is as good a time as any. I'd love to read a blog about how you'd implement a design like this -- most of what I've seen is around adapting SlingHttpRequests and sending back the response, r...
Hi Jörg, thanks for the reply! I'll try the try-with-resources approach -- it's a bit of a pain to pass the resolver in to all the methods, but I see your point about the singleton (the job runs once a minute, and if there's a heavy load of inbound messages the processing can definitely take longer ...
Do you have any specific examples?I don't think I've seen this approach, can you show me how you'd change one of these classes to the style you recommend, or point me to some examples? Do I still inject the resolverFactory, but just call it in every method that needs it, and then close the resolver ...
I'm adding a feature to some longstanding, complex integration code in AEM 6.5 and discovering existing problems with invalid resource resolvers. Adding the feature is making them worse. This is some of the oldest code in our system, and has gone through several rounds of refactoring and other updat...