stable
Clone or download
Read-only
It will ease readability and will decrease cognitive load due to mapping between both terms. `q=` URL parameter is kept to have cleaner URL for end user. Part of story #24197: search for Documents with criteria Change-Id: Idaf1c90074d0fbe56976250fd4dcf4210cbe58ab
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/api/rest-querier.test.ts | +6 | −2 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchContainer.test.ts | +15 | −9 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaPanel.test.ts | +3 | −3 | Go to diff View file |
M | plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaPanel.vue | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/build-advanced-search-params.test.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/build-advanced-search-params.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/get-rest-body-from-search-params.test.ts | +4 | −9 | Go to diff View file |
M | plugins/document/scripts/document/helpers/get-rest-body-from-search-params.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/helpers/get-router-query-from-search-params.test.ts | +4 | −9 | Go to diff View file |
M | plugins/document/scripts/document/helpers/get-router-query-from-search-params.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/is-query-empty.test.ts | +2 | −2 | Go to diff View file |
M | plugins/document/scripts/document/helpers/is-query-empty.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/router/get-search-props-from-route.test.ts | +3 | −1 | Go to diff View file |
M | plugins/document/scripts/document/router/get-search-props-from-route.ts | +1 | −1 | Go to diff View file |
M | plugins/document/scripts/document/type.ts | +1 | −1 | Go to diff View file |