1
Hello,
Many people have mentioned that they cannot get swish-e working with the Document Managment System module. Today, I finally was able to reproduce one of the reported problems. Basically, the output of swish-e was not as expected by the DMS module.
Here is the fix. It is on or around line 174 of the search_ft.php line, depending upon which version of DMS you are using.
The line begins as follows:
if (preg_match("/
You need to change the + to a * at the following location:
\"(.+)\"
For example:
\"(.*)\"
This fix will be in the next release of DMS.
Regards,
Brian Reifsnyder