William Ouwehand dfca7b5721 Fixed Gutenberg-store search issue (missing author names)
Collected works may lack the author name field, and its HTML div. This
interrupted the search results processing.

For example, searching on title or author using "erasmus" yielded no or
two results out of 25 max.

- Title search now works as expected.
- Author search omits discussed results. Apparently at a later stage a
match is required between 's.author' and the query.
2021-04-29 16:44:09 +02:00
..