Commit Graph

11 Commits

Author SHA1 Message Date
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
Camila Belo 60a912cd2c Rename param to page limit and validate its type
Signed-off-by: Camila Belo <camilaibs@gmail.com>
2022-10-04 10:54:09 +02:00
Emma Indal 876e3b3d0c Accept resultsPerPage param on the search query
Co-authored-by: Camila Loiola <camilaibs@gmail.com>
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-10-04 10:54:09 +02:00
Eric Peterson 484afdf1dc Add a rank attribute to the Result type.
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-06-10 15:36:10 +02:00
Emma Indal 18e05f2b54 clean up api reports for search-common package
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-06-02 13:19:51 +02:00
Patrik Oldsberg be89d6e7f3 fix references to search-backend-node
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
2022-05-21 10:48:34 +02:00
Phil Kuang 3a74e203a8 feat(search): highlight search result terms
Signed-off-by: Phil Kuang <pkuang@factset.com>
2022-05-09 11:13:34 -04:00
MT Lewis d48122a439 search: discourage use of IndexableDocument in the frontend
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-03-17 16:00:26 +00:00
MT Lewis a6d402200d search-common: restrict allowed type parameters for Result and ResultSet
Signed-off-by: MT Lewis <mtlewis@users.noreply.github.com>
2022-03-17 12:41:38 +00:00
Mike Lewis c8b295f2fb search-common: introduce SearchDocument type
This type is a subset of `IndexableDocument`, and is intended to be
used in place of `IndexableDocument` in the frontend.

Signed-off-by: Mike Lewis <mtlewis@users.noreply.github.com>
2022-03-17 12:39:41 +00:00
Eric Peterson 6921edc6a0 Move packages/search-common -> plugins/search-common
Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
2022-03-04 18:47:55 +01:00