Welcome to the Mythicsoft Q&A site for:

- Agent Ransack
- FileLocator Lite
- FileLocator Pro

Please feel free to ask any questions on these products or even answer other community member questions.

Useful Links:

- Contact Us
- Help Manuals
- Mythicsoft Home
0 votes

I'm trying to search file contents for a combined first name and last name only

I've tried " " and " AND " - but in each case it returns all instances where the first name OR the last name are matched. I'm trying to return instances only where the combined first name and last name occur in each record. Files are are in .txt format.

by (20 points)

1 Answer

0 votes

Assuming that you are using Boolean expressions you would use something like

Containing Text: "John Smith"
by (30.1k points)
...