SoftwareEngineeringStudyProjects / KnowYourKnowledge

Combination of Personal Knowledge Management and Learning Management System. This is a study project aimed at creating relatively big codebase for object-oriented programming and similar courses.
MIT License
2 stars 4 forks source link

Convert search criteria to/from string #29

Open kzhereb opened 2 years ago

kzhereb commented 2 years ago

Just keywords - converted into list Phrases - should be in "" E.g. c++ project -> ["c++", "project"] "c++ project" -> ["c++ project"] "c++ project" cmake -> ["c++ project", "cmake"] time>2022.09.29 10:05:58 time<=2022.09.29 case_sensitive=true