Is your feature request related to a problem? Please describe.
When searching for content on a Backdrop site, you can put in the EXACT title for a piece of content, but that content will not appear at the top of the search results page. This is because Backdrop does not differentiate between a match in the content title, or anywhere else in the content.
If there is a node with the title "Webform" that does not contain the word "webform" in the body, another node with the word "webform" listed 3 times in the body will rank higher.
Describe the solution you'd like I'd like to be able to weight a title match on the search settings page: admin/config/search/settings
I'd also like it if the title match was set by default to be more important than all the others.
Is there a contributed module that accomplishes this? ...if so, then has this been ported to Backdrop?: https://github.com/backdrop-contrib
The only contrib modules I could find plug in external search tools like ApacheSolr, and I don't think that's within the reach of the average Backdrop user.
Adding Milesonte Candidate label, hoping for 1.13
Recent comments
Welcome to Backdrop! For your setup, you’ll want to create a subtheme of Bootstrap5 Lite itself; the Bootswatch styles (like Cerulean) are just presets that B5 Lite loads, and you can “lock in”...
Basic Theme designing questions, using Bootstrap5 Lite
Hi Rob, Welcome to Backdrop! Here’s a quick overview: Subtheming Bootswatch: You should create your subtheme based on Bootstrap5 Lite, not directly on a Bootswatch style....
Basic Theme designing questions, using Bootstrap5 Lite
Hi Rolf, This happens because CKEditor saves absolute or semi-absolute paths in the HTML instead of using Backdrop’s file stream wrappers (like public://). When you move your site...
Losing link to embedded pictures when moving my installation