Describe the bug
The new $:/AdvancedSearch tweaks creates a missing tiddler
To Reproduce
Steps to reproduce the behavior:
_It seems this is the case for all search boxes in $:/AdvancedSearch_
Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):
Hi @kookma, I would say that this is by Design. Pressing enter in such an input field should navigate to whatever is stored in the input field. I think we should let more users test this and see if they find this behavior convenient or buggy
Hi @kookma @BurningTreeC funnily enough, I've recently talked to users who were confused that a new tiddler was apparently created when they pressed "enter" with text in the search input. Part of the problem is perhaps that the new keyboard handling makes it more likely that "enter" is pressed accidentally.
So, I'd actually favour hiding this behaviour behind a setting, so that by default pressing "enter" in a search field is ignored unless there is a highlighted search result.
Hi @Jermolene, that is doable. I'll create a PR for that
Thanks @BurningTreeC
I just don't want to be the one that creates PR #5000 :grin:
@Jermolene , how should that hidden-setting-tiddler be called?
Thanks @BurningTreeC
@Jermolene , how should that hidden-setting-tiddler be called?
Maybe $:/config/Search/NavigateOnEnter/enable set to "yes" or "no"?
@Jermolene , just to be clear: it's enough if it doesn't navigate on enter if the tiddler is missing, right? In each other cases the tiddler should not be missing (if selected from the dropdown / list) ... and the same for the actions on ctrl-Enter
That sounds correct @BurningTreeC
Hi @kookma, I would say that this is by Design. Pressing enter in such an input field should navigate to whatever is stored in the input field. I think we should let more users test this and see if they find this behavior convenient or buggy
Hi @BurningTreeC, Well that is correct, but creating a new tiddler with a title like _[tag[book]tag[AI]]_ is not correct!