New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expand search: text in description #511
Comments
|
Thanks for already tackling the next issue^^
The former.
The latter. |
Are you sure @munen? E.g. But what is with this query:
when the actual text is IMO it would be best to match |
Apologies. I had some memory of With the current data we have, searching in Quick'n'dirty POC: munen@lambda:~% node
> 'two *words*'.replace(/\*([\w]*)\*/, (match, p1, offset, string) => p1).match(/two words/)
[ 'two words', index: 0, input: 'two words', groups: undefined ]Thank you for double checking on me, @schoettl! |

Continuation of the discussion in #504
Should descriptions only be searched when explicitly queried with a search term like
desc:like for timestamps or should their text be a part of regular word search?Should the raw description be used for search or should only certain parts ( as in
header.get('description').filter(d=>d.get('type')==='text')) be used?The text was updated successfully, but these errors were encountered: