Part of #1332 (end perhaps #151)...
Now with Views in core, we should explore the idea of taking advantage of it and convert the search to a view with exposed filters.
This would allow people to either directly edit the default Search view in order to tweak it to their liking or clone it and create other search views.
It would also expand the ways of extending it with contrib modules that improve the backend (search API) as well as modules that improve the UI (Views).
Recent comments
Thanks Alejandro. That was the clues I needed.
Ubercart - Programmatically add product to cart and straight to Checkout
Have you tried uc_cart_add_item()? You need to provide the nid of the product. Then you can use backdrop_goto('cart/checkout'); to send the user to the checkout screen. uc_cart_add_item...
Ubercart - Programmatically add product to cart and straight to Checkout
No problem, let's see how it evolves. I'd be happy to provide a suggested version if i could. I will keep that in mind and try learn this hook chain hopefully very soon. I will...
File hashing uploads made through TinyMCE