Skip to content

Search Beta Blog Post #4334

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

Closed
ericholscher opened this issue Jul 6, 2018 · 5 comments
Closed

Search Beta Blog Post #4334

ericholscher opened this issue Jul 6, 2018 · 5 comments

Comments

@ericholscher
Copy link
Member

ericholscher commented Jul 6, 2018

Once we have search running in production, we should write a blog post. It should:

  • Tell users about new functionality (eg. all the fancy stuff SimpleQuerySearch does, with example search links)
  • Tell users how to test it
  • Ask for feedback and thoughts on improvement

We should aim to have this out by around July 15 or so, so that we have some time to get user feedback before the end of the GSOC.

@safwanrahman
Copy link
Member

I have gone through the pull reuqests that has been merged and found following things.

  • Search is much faster than before

  • User can now search for exact phrase by using "" like "This is Test". Recognize search phrases/multiple words as AND, not OR #2457

  • Search is now case insensitive

  • Possible to add Simple Search Query Syntex in query.

  • The documents where all of the query matches will show in top. Like If anyone search This is test, The result ordering will be as following.

    • The document where all the 3 word is present
    • The document where any of the 3 word is present
  • After a page has been removed, the search index gets update automaticall

@safwanrahman
Copy link
Member

Performance Improvements:

@ericholscher
Copy link
Member Author

@safwanrahman how are you getting these numbers?

@agjohnson
Copy link
Contributor

Moving conversation to blog issues: readthedocs/blog#44

@safwanrahman
Copy link
Member

@ericholscher I have taken it from making queries to RTD production and local machine, and only taken the waiting time from the browser console.

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

No branches or pull requests

3 participants