Can't find specific text when searching in a project
Posted: Wed Nov 23, 2022 7:51 am
I set up a project and added a couple of folders in it. When I do a search in the project for this specific combination of words, there are no results even though the words exist in the dita files in those folders.
The text to find is "Order Management Cloud." (searching without the period, of course) In my first attempt, I didn't select other options like case sensitive or whole words only. But even when I do select those options, zero results.
But when you do a search of "Management Cloud," you get results. Could anyone shed light on this?
This only happens in a project setting. If you do a Find/Replace in Files using a specified path, it works.
And a weird thing also is that I have another project folder where I include the production folder I want to search in AND a testing folder that contains dita files where the text "Order Management Cloud" exists. If I do a Find/Replace in Files for that text, it returns the files containing the text that's in the testing folder but not the ones in the production folder.
I'm aware I could just do a Find/Replace using a specified path. But I do want some help with this issue because it's weird that it doesn't work. I would really appreciate it if anyone could figure out what's going on. Thank you!
This is the project file:
<?xml version="1.0" encoding="UTF-8"?>
<project>
<meta>
<filters directoryPatterns="" filePatterns="\Qtest.xpr\E" positiveFilePatterns="" showHiddenFiles="false"/>
<options/>
</meta>
<projectTree name="test.xpr">
<folder path="testfolder/"/>
<folder path="productionfolder/"/>
</projectTree>
</project>
The text to find is "Order Management Cloud." (searching without the period, of course) In my first attempt, I didn't select other options like case sensitive or whole words only. But even when I do select those options, zero results.
But when you do a search of "Management Cloud," you get results. Could anyone shed light on this?
This only happens in a project setting. If you do a Find/Replace in Files using a specified path, it works.
And a weird thing also is that I have another project folder where I include the production folder I want to search in AND a testing folder that contains dita files where the text "Order Management Cloud" exists. If I do a Find/Replace in Files for that text, it returns the files containing the text that's in the testing folder but not the ones in the production folder.
I'm aware I could just do a Find/Replace using a specified path. But I do want some help with this issue because it's weird that it doesn't work. I would really appreciate it if anyone could figure out what's going on. Thank you!
This is the project file:
<?xml version="1.0" encoding="UTF-8"?>
<project>
<meta>
<filters directoryPatterns="" filePatterns="\Qtest.xpr\E" positiveFilePatterns="" showHiddenFiles="false"/>
<options/>
</meta>
<projectTree name="test.xpr">
<folder path="testfolder/"/>
<folder path="productionfolder/"/>
</projectTree>
</project>