Closed xUser5000 closed 3 years ago
Does it also work with a query like "erdos 1970" (author/year)?
Unfortunately, no
Unfortunately, no
Would such a search type be difficult to implement? i.e. the query "erdos 1970" is split into "erdos" and "1970", then your search routine returns all the results that contain any of these words in any of the fields.
Would such a search type be difficult to implement? i.e. the query "Erdos 1970" is split into "erdos" and "1970", then your search routine returns all the results that contain any of these words in any of the fields.
Actually, this is a good idea, but it is gonna be tricky to implement. I will have to intercept the search query, split it up into multiple tokens, get the results of searching with every token, and then group all the results without duplication.
Done
All good now 👍
By the way, when merging, do you prefer "Squash and merge" or just a regular merge?
By the way, when merging, do you prefer "Squash and merge" or just a regular merge?
For keeping a clean history, I prefer "Squash and merge"
What has been done
Screenshots