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

fix title search: replaced with a simple string search #369

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tmushayahama
Copy link
Contributor

@tmushayahama tmushayahama commented Feb 17, 2021

Fixed the title search. Made a simple filter string search in favor of sparql bigData

Replaced ?title http://www.bigdata.com/rdf/search#search "enabled by ABCA3 Hsap" . with filter contains( lcase(?title), "enabled by abca3 hsap") . I also put in lowercase (non-locale) for any naming inconsistences

More on ticket #368

Lemme know if its an okay PR, I need to change landing page as well to remove the "*" around title text for old API in order for it to match string
tagging @kltm @lpalbou @balhoff @ukemi @vanaukenk

@kltm
Copy link
Member

kltm commented Feb 18, 2021

I'll defer to @balhoff

@kltm kltm requested a review from balhoff February 18, 2021 00:07
@balhoff balhoff changed the base branch from dev to master February 21, 2022 20:05
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.

2 participants