I am working on customizing the search results returned by the Backdrop search. Depending on the node type, I need to alter the URL that the given result points to….like not linking to the entry data for the node but rather the section the content is featured on. That being said, I am trying to determine if I can get the node ID and node type from the search results so that I can redirect where some of the results point to. Is there a way for me to get that info from the search_results?
Recent comments
For such cases I like EVA https://backdropcms.org/project/eva
Display field using content of another field
If you don't want/need a View, I think Computed Field would be an excellent option for this. BTW, you can use token replacement (by using the function token_replace()) in the computation of the field...
Display field using content of another field
Views would be my first port of call, but I guess you've already thought of that. I haven't used it but you could also look at Views Field Formatter
Display field using content of another field
What about Ubercart, Rules and Membership Entity? (theoretically, haven't tried it myself)
Suggest for - Backdrop Commerce
Just edit .htaccess in /files folder remove "-ExecCGI -Includes" in string "Options -Indexes -ExecCGI -Includes"
CSS and JS aggregation not working