Comment 1 for bug 236947

Revision history for this message
solrize (solrize) wrote : Re: search API improvements

Some questions for Stephanie:

Should 1) and 2) actually be combined, that does #2 also mean that you want to get the full record for each book?

3) How about if I add a search_params field to the JSON request, i.e.
   search_fields : {"author": "mark twain", "title": "connecticut yankee" }
that would allow you to specify any fields you wanted. Default would be a basic (cross-field) search as we have now.

4) In general, do you want to see the OL search facets?

5) What do you want to have happen when there's a large result set? For example, "france" (one of our standard test searches) returns 1000's of results.