Technosaviour / Angular-Autocomplete-QueryBuilder

This autocomplete gives suggestion based on the previous input as JIRA does.

Home Page:https://github.com/Technosaviour/Angular-Autocomplete-QueryBuilder

Repository from Github https://github.comTechnosaviour/Angular-Autocomplete-QueryBuilderRepository from Github https://github.comTechnosaviour/Angular-Autocomplete-QueryBuilder

Query based Autocomplete in Angular ( like JQL in Jira)

The feature is like to have a textbox which keep autopopulating the suggestions
[Field + Operator + Value] + (Keyword) + ...
Eg - Name = 'Technosaviour' OR Age > 2

The autocomplete should give suggestion of fields like [Name, Age]
Then [=, >, <, >=, etc]
Then [Techno, Saviour, Technosaviour]
Then the autocomplete should suggest [And, Or]

Installation and Usage

USAGE
npm install
npm start
browse - http://localhost:4200
Search eg -> Name = Biswa And Company = Youtube Or Language = DotNet

Demo

Dynamic Meterial Angular DEMO

About

This autocomplete gives suggestion based on the previous input as JIRA does.

https://github.com/Technosaviour/Angular-Autocomplete-QueryBuilder

License:MIT License


Languages

Language:TypeScript 84.2%Language:JavaScript 6.4%Language:HTML 6.0%Language:SCSS 2.7%Language:CSS 0.7%