Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggest endpoint is not suggesting #20

Closed
JeffreyMFarley opened this issue Jul 27, 2017 · 1 comment
Closed

Suggest endpoint is not suggesting #20

JeffreyMFarley opened this issue Jul 27, 2017 · 1 comment
Assignees
Labels

Comments

@JeffreyMFarley
Copy link
Contributor

It seems the current implementation is not behaving as expected.

Steps to reproduce:

  1. /_suggest/?text=Mort&size=6
  2. Returns
{
"sgg": [
  {
   "text": "Mort",
   "length": 4, 
   "options": [],
   "offset": 0
  }
 ],
}

I would expect "mortgage" as one example

@amymok
Copy link
Contributor

amymok commented Jul 31, 2017

cfpb/ccdb-data-pipeline#12
#24

These two PRs should fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants