Re: Boolean Searches?

2019-03-14 Thread David Hastings
exists in the most recent releases. > > On Thu, Mar 14, 2019 at 10:50 AM Dave Beckstrom > wrote: > > > Hi Everyone, > > > > I'm building a SOLR search application and the customer wants the search > to > > work like google search. > > > > > &

Re: Boolean Searches?

2019-03-14 Thread Andy C
; > > They want the user to be able to enter boolean searches like: > > train OR dragon. > > which would find any matches that has the word "train" or the word "dragon" > in the title. > > I know that the SOLR search would like this: > > title:train O

Re: Boolean Searches?

2019-03-14 Thread David Hastings
ext i also have the same in my pf value as well but it works for me. On Thu, Mar 14, 2019 at 10:50 AM Dave Beckstrom wrote: > Hi Everyone, > > I'm building a SOLR search application and the customer wants the search to > work like google search. > > > They want the user to be

Boolean Searches?

2019-03-14 Thread Dave Beckstrom
Hi Everyone, I'm building a SOLR search application and the customer wants the search to work like google search. They want the user to be able to enter boolean searches like: train OR dragon. which would find any matches that has the word "train" or the word "dragon" i