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

Full-text search (search by person name + location) #67

Open
gimite opened this issue Jul 6, 2015 · 1 comment
Open

Full-text search (search by person name + location) #67

gimite opened this issue Jul 6, 2015 · 1 comment
Assignees
Milestone

Comments

@gimite
Copy link
Contributor

gimite commented Jul 6, 2015

Switch to search API provided by GAE ( https://developers.google.com/appengine/docs/python/search/ ) instead of hand-made indexing.

The code has been submitted, but currently disabled by a config.

Blocking bugs to launch it: #189 #180 #206

Requirements:

  • Allow search by person name + location (city, town, etc.).
    • Currently only by person name.
  • Make sure a search query matches at least a part of person name.
    • Otherwise, the feature could allow querying for a neighborhood name and scrape a list of people there, which we agreed is a capability we don't want to provide with ordinary users to protect users' privacy.
  • Rank person name match higher than location match.
    • e.g., Query [shibuya] should return people with name "shibuya" first (if available), not people in Shibuya Ward.
  • Keep script variant support (e.g., search hiragana by katakana and Latin alphabet) already available.
@gimite gimite changed the title Free-text search (search by person name + location) Full-text search (search by person name + location) Jul 8, 2015
@gimite gimite modified the milestone: p2 Jul 29, 2015
@gimite
Copy link
Contributor Author

gimite commented Aug 11, 2015

@prazuma will work on this.

prazuma added a commit that referenced this issue Aug 25, 2015
Added Full TextSearch(Allow search by name only)#67
prazuma added a commit that referenced this issue Sep 7, 2015
…h-name-location

Allowed full text search by person name and location #67
gimite added a commit that referenced this issue Sep 29, 2015
@gimite gimite assigned gimite and unassigned prazuma Nov 9, 2015
@gimite gimite modified the milestones: p1, p2 Nov 9, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants