Hello,
I am still deciding between OTRS and osticket.
OTRS has many good features but the biggest let down is that you cannot search on customer name "free form", We need to search using phone / email etc. Am I missing something or it cannot be done?
Thanks
Search customer using email/phone etc
Moderator: crythias
Re: Search customer using email/phone etc
you can search on all fields of a customner database which are configured for searching. Have a look on the admin manual (http://doc.otrs.org)
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 5
- Joined: 12 Feb 2014, 01:09
- Znuny Version: 3.3.4
- Real Name: nid des
- Company: ims
Re: Search customer using email/phone etc
Thanks. Can you give me some tips on where to look at. I tried the config settings but could not pin point the one which would let me add more fields to the searchs
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Search customer using email/phone etc
Config.pm...
CustomerUserSearchFields
CustomerUserSearchFields
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Search customer using email/phone etc
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
-
- Znuny newbie
- Posts: 5
- Joined: 12 Feb 2014, 01:09
- Znuny Version: 3.3.4
- Real Name: nid des
- Company: ims
Re: Search customer using email/phone etc
Thanks! I found it in the Defaults.pm file. Should I be copying the changes into config or leave it in Defaults? Pro / Cons?
I am just surprised that this is not enabled by default installation. Are there any negatives to enabling search on other fields?
I am just surprised that this is not enabled by default installation. Are there any negatives to enabling search on other fields?
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Search customer using email/phone etc
always copy to Config.pm and edit there. Defaults.pm gets overwritten on upgrade.nid15 wrote: Should I be copying the changes into config or leave it in Defaults?
It is enabled. Just not custom to you.nid15 wrote:I am just surprised that this is not enabled by default installation.
Additional fields that don't apply to normal searches are still referenced, which could slow things down.nid15 wrote:Are there any negatives to enabling search on other fields?
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Znuny newbie
- Posts: 5
- Joined: 12 Feb 2014, 01:09
- Znuny Version: 3.3.4
- Real Name: nid des
- Company: ims
Re: Search customer using email/phone etc
Thanks! You were very helpful