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

Advanced search: Refactor the code #1779

Merged
merged 52 commits into from
May 20, 2024
Merged

Advanced search: Refactor the code #1779

merged 52 commits into from
May 20, 2024

Conversation

canonici
Copy link
Contributor

No description provided.

@hgouraud
Copy link
Collaborator

where do we get Calendars.make?

@michelmno
Copy link
Contributor

where do we get Calendars.make?

need Calendars calendar-kind branch as per old issue #1469

@ilankri ilankri self-assigned this Apr 24, 2024
swrup and others added 25 commits May 6, 2024 12:27
Using the following identity:

```
if condition1 then
    if condition2 then expression1 else expression2
else
    if condition3 then expression1 else expression2
=
let condition = if condition1 then condition2 else condition3 in
if condition then expression1 else expression2
```
@ilankri ilankri marked this pull request as ready for review May 7, 2024 10:01
@ilankri ilankri added the search label May 7, 2024
@ilankri ilankri changed the title Gnt adv search refacto Advanced search: Refactor the code May 7, 2024
@ilankri
Copy link
Member

ilankri commented May 14, 2024

@canonici Could you review this PR please?

@ilankri ilankri merged commit 1555331 into gnt May 20, 2024
@ilankri ilankri deleted the gnt-adv-search-refacto branch May 20, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants