Commit Graph

116 Commits

Author SHA1 Message Date
github-actions[bot] 675324ed19 Version Packages (next) 2023-01-31 14:45:37 +00:00
Camila Belo 6aba9d113d fix(search): result extension stories
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-01-28 11:06:01 +01:00
Camila Belo 0eaa579f89 docs(search): add changeset files
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-01-28 10:05:15 +01:00
Camila Belo 5dc2618440 docs(search): update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-01-28 10:05:15 +01:00
Camila Belo 2f91e1684e feat(search): create catalog, explore, tools, and search extensions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-01-28 10:05:15 +01:00
Camila Belo a7ec5e7d78 feat(search): create result item hook and components
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-01-28 10:05:15 +01:00
Camila Belo 098cf0f8c0 feat(search): create search result list item extensions
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2023-01-28 10:05:14 +01:00
github-actions[bot] 6d46667727 Version Packages 2023-01-17 11:50:48 +00:00
Carlos Esteban Lopez 1daac71e74 fix: Apply linter <span> rule
Signed-off-by: Carlos Esteban Lopez <lcarlosesteb@vmware.com>
2023-01-10 16:07:40 -05:00
github-actions[bot] 9521f1274d Version Packages (next) 2023-01-10 14:18:51 +00:00
Rutuja Marathe 6d9a93def8 feat(search-react): customize <SearchResult/> no result state
Signed-off-by: Rutuja Marathe <rutujasudam.marathe@factset.com>
2023-01-04 13:50:10 -05:00
github-actions[bot] c4132274d9 Version Packages (next) 2023-01-03 14:44:31 +00:00
github-actions[bot] f834622f56 Version Packages (next) 2022-12-27 15:22:57 +00:00
blam f2ea446de0 chore: apply changesets from hotfix
Signed-off-by: blam <ben@blam.sh>
2022-12-21 16:24:52 +01:00
github-actions[bot] 3245539963 Version Packages 2022-12-20 11:30:21 +00:00
github-actions[bot] b2f4e97add Version Packages (next) 2022-12-13 16:56:03 +00:00
Patrik Oldsberg 2e701b3796 refactor react-router -> react-router-dom
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-12-10 15:17:53 +01:00
github-actions[bot] fbc645cf88 Version Packages (next) 2022-12-08 09:11:43 +00:00
github-actions[bot] 6465ab3686 Version Packages (next) 2022-12-06 13:22:31 +00:00
Eric Peterson 9467500482 Merge pull request #14794 from philberryman/feat/analytics-number-of-search-results
add number of searches
2022-11-30 12:09:14 +01:00
github-actions[bot] 2cb6963f9b Version Packages (next) 2022-11-29 11:14:34 +00:00
Phil Berryman 38f46e6d5c chore: remove addition of numberOfResults from PgSearchEngine
Signed-off-by: Phil Berryman <phil@berryman.org.uk>
2022-11-28 14:50:22 -08:00
Patrik Oldsberg 3ad5d36e52 Merge pull request #14615 from jsundquist/master
fix(search): update to only link title in search results
2022-11-28 15:10:38 +01:00
Phil Berryman 29ebc43a0b feat: add number of searches
Signed-off-by: Phil Berryman <phil@berryman.org.uk>
2022-11-25 00:13:05 -08:00
github-actions[bot] 83d3167594 Version Packages (next) 2022-11-22 15:40:52 +00:00
Jonathan Sundquist 81e945d052 move link outside of ternary
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>
2022-11-15 09:24:28 -06:00
github-actions[bot] 3164131851 Version Packages 2022-11-15 12:31:55 +00:00
Jonathan Sundquist a19cffbeed fix(search): update to only link title in search results
Signed-off-by: Jonathan Sundquist <jonathan.sundquist@factset.com>
2022-11-14 10:16:44 -06:00
github-actions[bot] b01fea7b8c Version Packages (next) 2022-11-08 14:04:37 +00:00
github-actions[bot] d4df1fbb2e Version Packages (next) 2022-10-25 13:18:27 +00:00
github-actions[bot] f0196a2f04 Version Packages 2022-10-18 09:55:10 +00:00
Camila Belo ecd3b23ac9 Merge pull request #13968 from backstage/bux/search-per-page-limit-component
[Search] Create a per-page limiter component
2022-10-14 12:15:35 +02:00
github-actions[bot] 9282c018c7 Version Packages (next) 2022-10-11 14:30:05 +00:00
Camila Belo 098f487e59 refactor: add results total prop
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-11 09:15:14 +02:00
Camila Belo 270ee83613 refactor: change default page limit text
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-10 12:08:16 +02:00
Camila Belo c9198c9fce refactor(search-react): use mui table pagination component
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-08 21:35:20 +02:00
Camila Belo 5eb598babb refactor(search-react): restrict range of valid options type
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-07 18:31:34 +02:00
Camila Belo 3de4bd4f19 Create a page limit component
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-06 09:00:59 +02:00
github-actions[bot] 721c1efdb4 Version Packages (next) 2022-10-04 12:08:16 +00:00
Camila Belo a799972bb1 Update api reports and add changeset files
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-04 10:54:09 +02:00
Camila Belo d7200e4d91 Add page limit to search context and state
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-04 10:54:09 +02:00
Camila Belo 74bb1424b2 Merge pull request #13957 from backstage/bux/search-list-empty-state
[Search] Customize <SearchResultList /> no results state
2022-10-04 10:09:27 +02:00
Camila Belo 310438cf28 refactor: apply review suggestions
Co-authored-by: Eric Peterson <iamEAP@users.noreply.github.com>
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-03 13:33:04 +02:00
Emma Indal 6faaa05626 changeset and api report updates
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-02 11:34:30 +02:00
Emma Indal 6cbe962a5f Fixup storybook examples
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-02 11:34:30 +02:00
Emma Indal 86e899b977 Be able to pass through index used for index ranking
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-02 11:34:30 +02:00
Camila Belo 41ee0f3711 core: update api reports
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-02 11:20:12 +02:00
Camila Belo c27186ff01 feat(search-react): custom result list empty state
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-02 11:20:11 +02:00
Camila Belo 92da032e0e feat(search-react): context provider accepts null children
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-02 10:29:59 +02:00
Emma Indal bd9f398150 Tests for custom no result component
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-09-30 14:53:59 +02:00