I am working on a project where I will be loading a few thousand documents into Laserfiche, in batches. I want to make sure that I don't accidentally load any duplicates in this process.
I have a batch process set up with workflows, where I pull information from the file name to populate the metadata, and then rename the document to our standard naming convention. Then what I want to do is Search Repository for that file name, and if I find it, move that document to a delete queue and do not file it.
However, when I test my Search Query with my output name, I get that an unrecognized character was encountered. After some fuzzy searches and trial and error, it seems that it is getting hung up on an underscore, which is a big component of our file names. How do I get around this?