Without knowing how the plugin works under the hood, i.e. that it uses JavaScript's .replace() function, users aren't going to know that only the first instance of their search term will be replaced.
This PR adds a simple bit of helper text that indicates to users how best to set up their search property if they need to replace multiple instances
Without knowing how the plugin works under the hood, i.e. that it uses JavaScript's
.replace()
function, users aren't going to know that only the first instance of their search term will be replaced. This PR adds a simple bit of helper text that indicates to users how best to set up theirsearch
property if they need to replace multiple instances