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

Base Views for Public Search #1008

Merged
merged 1 commit into from
Sep 26, 2023
Merged

Base Views for Public Search #1008

merged 1 commit into from
Sep 26, 2023

Conversation

dhaselhan
Copy link
Collaborator

  • Add Public Module with Search
  • Add new views with public filters

* Add Public Module with Search
* Add new views with public filters
searchDto.dateDecidedFrom !== undefined
) {
query = this.joinApplicationDecision(query);
// TODO
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this will be addressed in later mrs, correct?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

searchDto: SearchRequestDto,
query,
) {
if (searchDto.fileTypes.length > 0) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do you need to adjust this code according to the commented out decision code above?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, I'm not sure yet

@dhaselhan dhaselhan merged commit 292e2b3 into develop Sep 26, 2023
3 checks passed
@dhaselhan dhaselhan deleted the feature/ALCS-1150 branch September 26, 2023 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants