Make PubMed Search fields auto detect search that resembles "advanced search" and perform them. Advanced search is currently today accessible through the advanced search UI in a combination with their own syntax. This extension combines both into a natural language experience.
Install from the XXX or clone the repo and use this as a development extension. Go to https://pubmed.ncbi.nlm.nih.gov/ and start typing in the search field. You can toggle show all suggestions with (ctrl) + (space).
It uses query.quantleaf.com under the hood to convert natural languages to the advanced search format. See the file advanced-search-schema.ts and inject.ts to learn about how it was implemented for this tool.
Enjoy!
// Marcus