Changes between Version 1 and Version 2 of Ticket #19316, comment 14
- Timestamp:
- Jan 3, 2025, 5:49:13 PM (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19316, comment 14
v1 v2 7 7 8 8 So for a "Boolean" flag you need to: 9 1. create an int32attribute9 1. create an `int32` attribute 10 10 1. index with `-t int` 11 1. reindexif needed - mind the cache!11 1. `reindex` if needed - mind the cache! 12 12 13 13 Regarding 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 .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 - see #19334. 15 15 1. possibly introduce a boolean index - is this supported by BFS or would this require filesystem changes? 16 16