Skip to content

Soumya0803/Candidate-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candidate-Search

Description

The program converts the input string to different queries depending on the underlying database used. Input strings can be converted to sql, django_orm, mongodb queries.

The input to the program can be any combination of search terms combined with AND or OR logical operators. To identify logical operators in the input they must alway be capitalized. It also support multi-word search. Multi-words in the input must be enclosed in single or double quotes.

Below are some examples.

  • Java
  • Java OR python
  • (Java AND Spring) OR (Python AND Django) OR (Ruby AND ("Ruby on Rails" OR ROR))

Project Setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published