Skip to content

Feature wildcard advanced search#18

Merged
cz-lucas merged 7 commits intodevelopfrom
feature-wildcard_advanced_search
Oct 8, 2025
Merged

Feature wildcard advanced search#18
cz-lucas merged 7 commits intodevelopfrom
feature-wildcard_advanced_search

Conversation

@JonasGoseberg
Copy link
Copy Markdown

No description provided.

$query->whereIn($column, $search_val);
} else {
$query->where($column, 'LIKE', '%' . $search_val . '%');
// TODO rename, remove Old one
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There is a TODO


<div class="filter-controls-row">
<select class="form-control filter-option" data-field="{{ $tableField->field }}">
{{--<option value="equals"> == </option>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Maybe remove that comment

@@ -1,10 +1,28 @@
<span>
{{-- TODO check for every TAG --}}
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

And also fix that the select2 dropdowns don't use the entire screen width when opend

@cz-lucas cz-lucas merged commit 7051a3b into develop Oct 8, 2025
2 of 6 checks passed
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