Re: Effecient Text Search

2020-03-15 Thread Suraj Thapa FC
You should look for elasticsearch On Sun, 15 Mar 2020, 9:08 am Will Meyers, wrote: > Hi all, > > Just a quick question. I'm working on a general search function for my > application and just wanted your opinions before I do any sort of > benchmarking. > > Right now I have a PostgreSQL database w

Effecient Text Search

2020-03-14 Thread Will Meyers
Hi all, Just a quick question. I'm working on a general search function for my application and just wanted your opinions before I do any sort of benchmarking. Right now I have a PostgreSQL database with a table (model) which includes a title column and summary column (both charfields). Would