I'm using R rentrez package to retrieve pubmed information. In general, when pubmed interpreter detects a compound phrase, it automatically adds quotation in order to include searching for exact phrase. Nevertheless, this doesn't happens every time, giving some retrieval errors in specific settings. For example, I'm searching for "front 2" and response gives results corresponding to the query:
FRONT[All Fields] AND 2[All Fields]
What I need is it to retrieve:
"FRONT 2"[All Fields]
I've tried using double quotes inside single (and the inverse), scaping quotes and urlencoding them.