Page 1 of 1

Modify Search with Separation of Hyphen

Posted: 2024-05-14 02:56
by joshianjvj83
In my Document Tracking System, I would like to implement a new search feature (along with the regular search) that allows users to enter multiple
Document No separated by a hyphen (e.g., 12-23-45). This feature would then display the corresponding documents with the specified numbers (12, 23, and 45 in the given example).

Re: Modify Search with Separation of Hyphen

Posted: 2024-05-14 05:54
by pbottcher
Hi,

you may have a look at

viewtopic.php?f=8&t=5232&p=21923&hilit=search#p21923

and adopt it to your need.

Re: Modify Search with Separation of Hyphen

Posted: 2024-05-15 00:31
by joshianjvj83
Huge thanks I was struggling last time which PHP file should I edit