Modify Search with Separation of Hyphen
Posted: 2024-05-14 02:56
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).
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).