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

Extended search #3860

Merged
merged 12 commits into from Nov 3, 2023
Merged

Extended search #3860

merged 12 commits into from Nov 3, 2023

Conversation

litvinovg
Copy link
Collaborator

@litvinovg litvinovg commented Apr 18, 2023

Vitro PR

What does this pull request do?

Added extended search to VIVO

What's new?

Added some document modifiers to index data in Solr fields
Changed Freemarker templates to use extended search by default.
Removed bootstrap dependency from tenderfoot theme - migrated to Vitro repository.

How should this be tested?

Add dateRange field type to your Solr schema/managed-schema:
<dynamicField name="*_drsim" type="dateRange" stored="true" indexed="true" multiValued="true"/>
<fieldType name="dateRange" class="solr.DateRangeField"/>
Add sample data and example search settings attached below
example-search-settings.nt.zip
Try search, create new document modifiers, search filters

Interested parties

@VIVO-project/vivo-committers
@chenejac

@litvinovg litvinovg requested a review from chenejac April 18, 2023 10:02
@litvinovg litvinovg marked this pull request as ready for review April 18, 2023 10:51
chenejac
chenejac previously approved these changes Apr 21, 2023
Copy link
Contributor

@chenejac chenejac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@litvinovg this looks ok to me. Please check my comments in associated Vitro PR.

@litvinovg litvinovg requested a review from chenejac April 26, 2023 13:45
@chenejac chenejac added this to the v1.15 milestone May 9, 2023
@chenejac chenejac requested review from brianjlowe and a user and removed request for ivanmrsulja August 17, 2023 14:56
chenejac
chenejac previously approved these changes Sep 27, 2023
Copy link
Contributor

@chenejac chenejac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@litvinovg looks good to me.

Copy link
Member

@ivanmrsulja ivanmrsulja left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected. Great work!

@chenejac chenejac merged commit d23f3da into vivo-project:main Nov 3, 2023
4 checks passed
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.

None yet

3 participants