1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00
unleash.unleash/src/lib/features/feature-search
Jaanus Sellin 3d22f6e909
fix: support search for tags that has colon inside (#7998)
Previously we expected the tag to look like `type:value`. Now we allow
everything after first colon, as the value and not break query
`type:this:still:is:value`.
2024-08-28 11:33:51 +03:00
..
createFeatureSearchService.ts feat: expose lifecycle stage in project overview search (#7017) 2024-05-09 10:50:51 +02:00
fake-feature-search-store.ts feat: Anonimize demo users list flag view (#7432) 2024-06-24 13:48:08 +02:00
feature-search-controller.ts feat: event search on new endpoint, first test (#7739) 2024-08-02 15:07:21 +03:00
feature-search-service.ts feat: new event search (#7708) 2024-08-02 10:56:42 +03:00
feature-search-store-type.ts feat: Anonimize demo users list flag view (#7432) 2024-06-24 13:48:08 +02:00
feature-search-store.ts fix: support search for tags that has colon inside (#7998) 2024-08-28 11:33:51 +03:00
feature.search.e2e.test.ts fix: support search for tags that has colon inside (#7998) 2024-08-28 11:33:51 +03:00
search-utils.ts feat: filter projectless events for normal users (#7914) 2024-08-21 13:59:24 +03:00