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

Search by Title, Id, Author, Description fields - enhanced UI and ready for merge #671

Merged
merged 19 commits into from Dec 11, 2012

Commits on Nov 29, 2012

  1. Search enhancement - make 'Indexing and Search' unit testable.

    The first unit test is FAILing to find the word 'awesome' in the package description.
    Tim Lovell-Smith committed Nov 29, 2012
    Copy the full SHA
    3973750 View commit details
    Browse the repository at this point in the history
  2. Added a second search unit test, and converted LuceneIndexingService and

    LuceneSearchService to use in-memory indexes during unit test runs.
    Tim Lovell-Smith committed Nov 29, 2012
    Copy the full SHA
    4c4621c View commit details
    Browse the repository at this point in the history
  3. Some more unit tests of Search.

    Tim Lovell-Smith committed Nov 29, 2012
    Copy the full SHA
    34a6a11 View commit details
    Browse the repository at this point in the history
  4. Some fixups - namespaces and missing IPackageSource service for actua…

    …lly running website.
    Tim Lovell-Smith committed Nov 29, 2012
    Copy the full SHA
    d901593 View commit details
    Browse the repository at this point in the history
  5. Introduced per field analyzer for purpose of better Title field token…

    …ization. Motive - trying to get all my new tests to pass.
    Tim Lovell-Smith committed Nov 29, 2012
    Copy the full SHA
    6eae8fd View commit details
    Browse the repository at this point in the history
  6. At last - all search tests passing! Time for initial review.

    Tim Lovell-Smith committed Nov 29, 2012
    Copy the full SHA
    29d3a01 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2012

  1. Fix an unfortunate merge conflict in .csproj file. Either git or diff…

    …merge is screwing me.
    Tim Lovell-Smith committed Nov 30, 2012
    Copy the full SHA
    bbfe897 View commit details
    Browse the repository at this point in the history
  2. Custom Query Parser done now just need to plug it in.

    Tim Lovell-Smith committed Nov 30, 2012
    Copy the full SHA
    8a46b6f View commit details
    Browse the repository at this point in the history
  3. Finished integrating custom query parser and tests still pass.

    But search such as 'id:NuGet assembly' results seem pretty random still.
    Tim Lovell-Smith committed Nov 30, 2012
    Copy the full SHA
    3ebc0c4 View commit details
    Browse the repository at this point in the history
  4. Search is ready for testing! Field specific searches should now work …

    …great!
    Tim Lovell-Smith committed Nov 30, 2012
    Copy the full SHA
    32e41a1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2012

  1. Improve indexing and search algorithms to make searching for partial …

    …Ids work better and for Id phrase searches to work.
    Tim Lovell-Smith committed Dec 1, 2012
    Copy the full SHA
    7f58f3e View commit details
    Browse the repository at this point in the history
  2. Fix that we can't find NanoTube with title:nano.

    Tim Lovell-Smith committed Dec 1, 2012
    Copy the full SHA
    9b4fd2a View commit details
    Browse the repository at this point in the history
  3. Deemphasize author field and fix null reference exception caused by u…

    …sing stop words in the Query.
    Tim Lovell-Smith committed Dec 1, 2012
    Copy the full SHA
    230edf5 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2012

  1. Refine the website UI so that clicking a tag or an author actually se…

    …arches with Tags: and Author: search. Also refine the way search strings are presented so that quote marks used in searches are less confusing. And revert some temporary debugging changes.
    Tim Lovell-Smith committed Dec 4, 2012
    Copy the full SHA
    b00732f View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2012

  1. Merge branch 'Preview' of https://github.com/NuGet/NuGetGallery into …

    …Preview
    Tim Lovell-Smith committed Dec 9, 2012
    Copy the full SHA
    146e3b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2012

  1. Update the searchid branch with changes suggested during code review …

    …and offline by Pranav. Search no longer hits SQL!
    Tim Lovell-Smith committed Dec 11, 2012
    Copy the full SHA
    b6b78f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'Preview' of https://github.com/NuGet/NuGetGallery into …

    …Preview
    Tim Lovell-Smith committed Dec 11, 2012
    Copy the full SHA
    1280a17 View commit details
    Browse the repository at this point in the history
  3. One more CR fixup

    Tim Lovell-Smith committed Dec 11, 2012
    Copy the full SHA
    7e537cc View commit details
    Browse the repository at this point in the history
  4. Merge branch 'Preview' of https://github.com/NuGet/NuGetGallery into …

    …Preview
    Tim Lovell-Smith committed Dec 11, 2012
    Copy the full SHA
    af9ce66 View commit details
    Browse the repository at this point in the history