Copy link to clipboard
Copied
I am working in Indesign CC 2019 on a document that will not show "selection" when perfoming find/change.
It only show document as the option to search. How do I restore all the options (selection, story, etc.). ?? Mike
Copy link to clipboard
Copied
In Find/Change, the Selection option only appears when you have made a selection in text. It's working in InDesign CC 2019 for me as you can see in this screen capture:
If it's not working, you might try restoring InDesign preferences:
Copy link to clipboard
Copied
Thanks Steve.
I think I tried that but certainly will when I get back to work Monday; maybe I didn't! On a deadline.
How do I restore the Indesign Preferences if I need to?
Mike
Copy link to clipboard
Copied
Oh I see the link in your reply. Thanks!
Copy link to clipboard
Copied
This behavior is super confusing in CC 2020. Spent 20 minutes try to figure out why story and selection wouldn't show. Thanks for another unnecessary change to something that wasn't broken for the last 20 years.
Copy link to clipboard
Copied
So you did figure it out? What has changed, exactly?
Copy link to clipboard
Copied
I have faced this multiple times in version CC2018, CC2019 and again today in CC2020. Even when the story or selection is selected, the find/change box doesn't show the respective option. Restarting InDesign always fixes the issue for me.
Copy link to clipboard
Copied
Hi arjun2,
also came accross this behavior that option Selection wasn't available.
What helped: Deselect all. Select again.
Regards,
Uwe Laubender
( ACP )
Copy link to clipboard
Copied
This has been happening to me even when i have things selected. First it started in the "text" tab. now i cant search selected anywhere? Having to dump preferences is not viable when you have extensive workspace and short cut key settings its just a pain in the (_._)
Copy link to clipboard
Copied
Having to dump preferences is not viable when you have extensive workspace and short cut key settings its just a pain […]
Custom wokspaces and shortcut sets are stored in different files than preferences. So, resetting preferences don't make you loose them.
Copy link to clipboard
Copied
Hi clintp1,
as I said above, try the following:
[1] Close the Find/Change panel.
[2] Deselect all.
[3] Select the text again.
[4] Open the Find/Change panel.
Regards,
Uwe Laubender
( ACP )
Copy link to clipboard
Copied
I have....many...many times. even restarted and that worked for about 2 selections. then back to missing again. but available in text search now. about to restart again and see what happens
Copy link to clipboard
Copied
AHHHH ok found a work around.
If you have selected something and opened the Find/Change panel and there is no "selection" option, use any other option then just apply any small inconcequential change. It will then automatically show 'Selection' and you can continue on your way.
well it worked for me anyway. Good luck
Copy link to clipboard
Copied
Tried this trick. Not working in Indesign 2021. v 16.0.1.
This is such an annoying bug! Deselecting, applying insignificant changes to text, opening a new file, nothing worked . I eventually had to restart InDesign to fix this issue.
Copy link to clipboard
Copied
This is a really annoying bug.
For occasions when Selection is missing and nothing brings it back, and you just cannot be bothered to restart InDesign, run the following one-line script. It assumes you have selected something in InDesign and have set up the GREP find/change as needed.
app.selection[0].changeGrep();
Or, if you want to execute a regular find/change (not GREP), then this:
app.selection[0].changeText()
This won't bring back the "Selection" option though...
Ariel
Copy link to clipboard
Copied
This bug persists in the most current version of InDesign and this thread should definately not be marked "Solved" the only way I get this option to re-appear is to restart InDesign. Frustrating.