Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mikong
Created August 15, 2016 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mikong/fcfcac605bcee2a3f7a3872c17c5c54d to your computer and use it in GitHub Desktop.
Save mikong/fcfcac605bcee2a3f7a3872c17c5c54d to your computer and use it in GitHub Desktop.
Partial Search not working on the app, working in Solr Dashboard
Query: 'John'
Expected: Match 1 record of user with name 'John Doe'
Logs:
Web app (FAILING):
2698495 INFO (qtp110456297-16) [ x:default] o.a.s.c.S.Request [default] webapp=/solr path=/select params={q=John&defType=edismax&qf=name_text+phone_number_text&fl=*+score&start=0&fq=type:User&rows=30&wt=ruby} hits=0 status=0 QTime=1
Solr Dashboard (WORKING)
2763320 INFO (qtp110456297-17) [ x:default] o.a.s.c.S.Request [default] webapp=/solr path=/select params={q=John&indent=on&wt=json&_=1471250534642} hits=1 status=0 QTime=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment