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

Docs search highlighting produces weird results when words overlap #240

Closed
timgraham opened this issue Dec 18, 2014 · 0 comments
Closed

Comments

@timgraham
Copy link
Member

When searching for "django a" [1] in the documentation, all instances of "django" in the search results are replaced by "djangoango".

[1] ​https://docs.djangoproject.com/search/?q=django+a

Migrated from https://code.djangoproject.com/ticket/21780

@jezdez jezdez added the bug label Dec 23, 2014
@jezdez jezdez added the search label Jan 2, 2015
jezdez added a commit that referenced this issue Mar 20, 2015
This uses Elasticsearch and is vastly better than the old one. Here are some features:

- sensible full text search with a simpe syntax for querying documents
- per language and version search
- breadcrumbs to parent documents under each search result for deeply nested documents
- browser bar integration via OpenSearch description
- better styled pagination
- faster indexing
- press / to focus the search input
- improved search result page sidebar with links like on regular documentation pages
- cleaned up template tags and some other code

Fixes #279, #245, #244, #240 and #284.
jezdez added a commit that referenced this issue Apr 1, 2015
This uses Elasticsearch and is vastly better than the old one. Here are some features:

- sensible full text search with a simpe syntax for querying documents
- per language and version search
- breadcrumbs to parent documents under each search result for deeply nested documents
- browser bar integration via OpenSearch description
- better styled pagination
- faster indexing
- press / to focus the search input
- improved search result page sidebar with links like on regular documentation pages
- cleaned up template tags and some other code

Fixes #279, #245, #244, #240 and #284.
@jezdez jezdez closed this as completed Apr 1, 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

3 participants