Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor search transformation to handle spreadsheet transcriptions f… #3061

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

benwbrum
Copy link
Owner

Previously we were converting the XML table to text, which joined all the words in each table cell together: as a result,

Forename Surname
Mary Towler
Octavia Shelton

would be converted into a search text of MaryTowlerOctaviaShelton which would not match a search for Octavia.

The search text transformation has been changed to produce padding between cells, so that searches for individual words should now work correctly.

@benwbrum benwbrum linked an issue Mar 24, 2022 that may be closed by this pull request
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.02%) to 79.52% when pulling d368c72 on 3030-speadsheet-data-full-text-search into 1f3ef47 on development.

@saracarl saracarl merged commit f6513e9 into development Mar 28, 2022
@saracarl saracarl deleted the 3030-speadsheet-data-full-text-search branch March 28, 2022 15:28
sylvieed pushed a commit that referenced this pull request Jul 14, 2022
…-search

Refactor search transformation to handle spreadsheet transcriptions f…
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.

spreadsheet data not searched
3 participants