like to get a google search like capabilities

For users or potential users.
Post Reply
rajghuman
Posts: 3
Joined: Tue May 31, 2016 6:25 pm

like to get a google search like capabilities

Post by rajghuman » Thu Oct 06, 2016 8:47 am

we have a great tool and people might put comments, tx images everywhere. i like to see a google like search option on the database. this is where i can specify implant consults in search and it will give me everything that has implant consults, in appointments, comm log, emails, images, or any where else. it be also nice if images can use ocr capabilities to store and index image files. And then ability to do search on those would be awesome.

User avatar
jsalmon
Posts: 1555
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: like to get a google search like capabilities

Post by jsalmon » Thu Oct 06, 2016 9:09 am

Creating a Google-like search for a database is neigh impossible. Most tables will not have what you are looking for stored as a string but instead will store it as a key to another table so it would be EXTREMELY complicated to search through the entire database. That and not all of our "foreign key" columns in the database are named in a searchable fashion. E.g. the patient FK in some cases is named "subscriber"
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com

Post Reply