Changes between Version 1 and Version 2 of Ticket #19316, comment 14


Ignore:
Timestamp:
Jan 3, 2025, 5:49:13 PM (4 weeks ago)
Author:
grexe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19316, comment 14

    v1 v2  
    77
    88So for a "Boolean" flag you need to:
    9 1. create an int32 attribute
     91. create an `int32` attribute
    10101. index with `-t int`
    11 1. reindex if needed - mind the cache!
     111. `reindex` if needed - mind the cache!
    1212
    1313Regarding this issue, that means imo:
    14 1. fix FileTypes to avoid this confusion - it needs a "Searchable" option similar to the "Editable" option, too, else we are giving away the coolest feature of Haiku(FS) and confuse users without any need, but that's another issue.
     141. fix FileTypes to avoid this confusion - it needs a "Searchable" option similar to the "Editable" option, too, else we are giving away the coolest feature of Haiku(FS) and confuse users without any need, but that's another issue - see #19334.
    15151. possibly introduce a boolean index - is this supported by BFS or would this require filesystem changes?
    1616