I require to search for:
- contacts
- organization
via path or query parameter like:
- ?name=john
- ?phonenum=0012345678
- ?name=john&phonenum=0012345678
in any case I would like to vizualize first the results if multiple hits found. On unique hit to display the entity directly.
Perferably I would like to use original community solution, a custom module or if required to implement a custom module
For the custom module, what functions and classes to use in vtiger to make this possible?