Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature - Use KQL to Search in KQLSearch #5

Open
Groumy opened this issue Dec 14, 2023 · 3 comments
Open

New Feature - Use KQL to Search in KQLSearch #5

Groumy opened this issue Dec 14, 2023 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@Groumy
Copy link

Groumy commented Dec 14, 2023

Hi,

I have to say that it would really be awesome to be able to write KQL query instead of drop downs in the Advanced Filter.

@ugurkocde
Copy link
Owner

Hi @Groumy,

can you elaborate on this?

Do you want to copy past the query in the search field?

@ugurkocde ugurkocde self-assigned this Dec 18, 2023
@ugurkocde ugurkocde added the question Further information is requested label Dec 18, 2023
@Groumy
Copy link
Author

Groumy commented Jan 11, 2024

Currently, when you use the advanced search feature in kqlsearch, you got a bunch of dropdown that shows up to let you pick things like Table, Author, Keyword and Operator.

All that are probably fields in a BD somewhere, it would be fun to be able to write a kql query instead. Something like that :

kqlsearch
| where Table in ('SomeTable', 'OtherTable)
| where Operator != '--'
| order by Author desc

@ugurkocde
Copy link
Owner

Got it. Let me see how and if I can implement it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants