You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching for description that begins with 'and' or 'or' is not recognized as legit beginnings of words to search for if they are the only content of search (sanitization?)
#1302
I have left this on the demo. : try adding an item with description starting with an "or", or "and" and then, search for it.
(in this example, i left an item with description 'ordeal' and 'andover')
As I type 'or' or 'and' without "double quotes" now, it accepts the word 'or', 'and' with Search interpretation | : text matching ''-- | -- below the search field entry;
but as soon as I get to type 'ord' or 'ando' i get an error : :unhashable type: 'dict'.
Typing in "ord" or "ando" correctly finds the words.
(this is in 0.30.0 as in demo installation)
(this also exists in version 0.29.9 that I am actively running; on that one however, typing in the "orm" does not find the item that begins with 'orm', only if 'orm' exists in the midst of the description)
The text was updated successfully, but these errors were encountered:
el-es
changed the title
Logic operations 'and' and 'or' not recognized as legit beginnings of words to search if they are the only content of search (sanitization?)
Searching for description that begins with 'and' or 'or' is not recognized as legit beginnings of words to search for if they are the only content of search (sanitization?)
Jan 26, 2022
I have left this on the demo. : try adding an item with description starting with an "or", or "and" and then, search for it.
(in this example, i left an item with description 'ordeal' and 'andover')
As I type 'or' or 'and' without "double quotes" now, it accepts the word 'or', 'and' with
Search interpretation | : text matching ''-- | --
below the search field entry;but as soon as I get to type 'ord' or 'ando' i get an error :
:unhashable type: 'dict'
.Typing in "ord" or "ando" correctly finds the words.
(this is in 0.30.0 as in demo installation)
(this also exists in version 0.29.9 that I am actively running; on that one however, typing in the "orm" does not find the item that begins with 'orm', only if 'orm' exists in the midst of the description)
The text was updated successfully, but these errors were encountered: