ManifoldScholar / manifold

Transforming scholarly publications into living digital works.
http://manifoldapp.org
GNU General Public License v3.0
237 stars 31 forks source link

Filtering projects (via searchkick lookup) does not look at maker names. #917

Closed tsmyre closed 6 years ago

tsmyre commented 6 years ago

The backend search doesn't seem to be combing through author names and doesn't reveal any results when they are typed in.

zdavis commented 6 years ago

What is the URL where you're seeing this issue?

tsmyre commented 6 years ago

The URL is https://manifold.umn.edu/backend

Here's a couple screenshots to show what I mean:

screen shot 2018-04-02 at 2 43 21 pm screen shot 2018-04-02 at 2 42 17 pm
zdavis commented 6 years ago

I've edited the issue title, as this issue is not specific to UMP. @SMaxOwok, we are, it seems, indexing the maker names. My index for a project shows, for example:

{
"_index": "projects_development_20180325164235322",
"_type": "project",
"_id": "a580cd8b-6c5b-4046-9034-f391a41b718c",
"_score": 1,
"_source": {
"title": "A Voyage to Arcturus",
"body": "On hearing the title A Voyage to Arcturus, one might picture an astronaut strapping themselves into a rocket and flying into space for a swashbuckling adventure.  Nothing could be further from what this book actually is.",
"featured": null,
"maker_names": [
"David Lindsay"
],
"text_titles": [
"A Voyage to Arcturus"
],
"subject_titles": [],
"hashtag": null,
"publication_date": null,
"metadata": {},
"hidden": false
}
},