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).
Modify Search with Separation of Hyphen
Re: Modify Search with Separation of Hyphen
Hi,
you may have a look at
viewtopic.php?f=8&t=5232&p=21923&hilit=search#p21923
and adopt it to your need.
you may have a look at
viewtopic.php?f=8&t=5232&p=21923&hilit=search#p21923
and adopt it to your need.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.
-
- Posts: 18
- Joined: 2024-05-12 10:13
Re: Modify Search with Separation of Hyphen
Huge thanks I was struggling last time which PHP file should I edit