Sketchy502 / SDV-Summary

An application to display a summary of the player from a Stardew Valley save file.
206 stars 21 forks source link

Deeper search options #34

Open Laukei opened 6 years ago

Laukei commented 6 years ago

Currently, search on the site only looks at farm name and farmer name. Adding support for searching by map type, spouse, or other meaningful criteria would be useful to a lot of people.

Pathoschild commented 6 years ago

Using the Lucene query syntax would be great, maybe with something like Elasticsearch. You push data into the search index, pass search queries directly from the user into it, and get back the matches. That would let us do things like this:

is:downloadable map:combat spouse:sam sam_hearts:[10 TO 14]

That might be more work than it's worth, though. Just having more search options would be nice too.