[dspace-tech] Re: Index-authority not working

2019-04-02 Thread Jose Antonio Galeano Cardenas
I forgot to mention we have Dspace 6.0

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Index-authority not working

2019-04-02 Thread Jose Antonio Galeano Cardenas
Hi! I am browsing through the authors and we used to have 3 names on a same 
metadata value, we separated the authors into multiple values for each one. 
We ran *index-discovery -b* and then *index-authority* but on the browse 
page you can still see the "old" metadata of 3 authors in a single field.
When I check the item the authors are displayed seperately:
How can I update the browse list so it reflects the changes made?

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Re: DSpace build Mirage2 issue

2019-03-01 Thread Jose Antonio Galeano Cardenas
I once had an issue similar to this and it was because of the repository of 
bower. I had to edit the .bowerrc file and change its content:

vim dspace-xmlui-mirage2/src/main/webapp/.bowerrc
> {
> "directory": "vendor",
> "registry": "https://registry.bower.io";
> }
>

On Friday, March 1, 2019 at 2:01:49 AM UTC-5, Sunita Barve wrote:
>
> Even after building dspace successfully with mirage2 the screen looks like 
> attached screen. 
>
> Can someone help to solve the issue.
>
>
> with reg
>
> Dr. Sunita Barve
> KRC/Library
> CSIR-NCL, Pune
>

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] SOLR Query doesn't coincide with DSpace Item Usage Statistics

2019-03-01 Thread Jose Antonio Galeano Cardenas
Hi! In the usage statistics on DSpace I get a total views of 136 but when I 
do a Solr Query I get 155. What may I be doing wrong?
DSpace Item Usage Statistics:


Solr QUERY:
select?indent=on&rows=0&q=type:0+owningItem:c97292cc-d639-4d38-8531-892b3d719138&fq=-isBot:true&fq=statistics_type:view

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.


[dspace-tech] Browse by Advisor list not updating changes to names

2019-01-11 Thread Jose Antonio Galeano Cardenas
Several advisors names where changed masively directly on the Database. 
After the names where updated we ran *dspace index-discovery *and *dspace 
index-authority* and we restarted tomcat. The changes have taken affect on 
the item but when I go through the Browse by menu, the list on that page 
contains the old names. ¿What can be causing the Browse by->Advisors list 
to NOT update or index from recently changed values in the Database?

I have pasted an image of the values we updated on the Database, the SQL we 
used is:
UPDATE metadatavalue SET text_value = 'Varona-Uribe, Marcela' WHERE 
text_value = 'Varona, Marcela';
UPDATE metadatavalue SET text_value = 'Varona-Uribe, Marcela' WHERE 
text_value = 'Varona-Uribe';


-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.