Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

I use deepdwn to plan out features for projects, take work notes, and make personal notes. I’d like to use the search feature to filter by tags.

Some examples of using advanced search features:

In a StarCraft 2 project I could have the tags unit, structure, and terran and use the search terms tag:terran && tag:unit to search for terran units. Or perhaps tag:terran && (tag:unit || tag:structure) for some more advanced filtering.

Presently the search feature seems a bit limited, so I would only use it for quickly looking up something by name.

That reminds me, another great search feature would be the ability to negate a term with hyphen (-).

(+1)

Thanks, it’s really helpful to have an idea about how people use Deepdwn.

That makes sense. Part of fuzzy searching would definitely need to include things like phrase searching and negation. Boolean operators like || and && would be nice to have.

The UI would need to change a bit to accommodate these, I think, I might be able to sneak them at some point :)