[dspace-tech] Re: DSpace 6.3 jspui Message.properties does not work for new metadata

2022-12-29 Thread Colesnicov Alexandru
The problem is solved. It is necessary to clear the Tomcat cache: older version of Messages.properties was kept there. On Monday, December 19, 2022 at 9:08:24 PM UTC+2 Colesnicov Alexandru wrote: > I added new metadata under schema "local" - "local.project.leader", etc. > (approx. 13)/ > I

[dspace-tech] Re: Does Maven really compile java sources?

2022-12-29 Thread Colesnicov Alexandru
The problem is solved. It is necessary to clear the Tomcat cache that keeps old versions of all modules. On Sunday, December 25, 2022 at 8:39:46 PM UTC+2 Colesnicov Alexandru wrote: > When I try to change something in Java sources of DSpace, these changes > seem to be ignored. > It's DSpace

[dspace-tech] notequals operator not working in new SearchFilter( 'key' , 'value' , 'notequals' ) in dspace 7.2

2022-12-29 Thread Gaurav Patel
hello sir, i am using filters in PaginatedSearchOptions with notequals operator but result not filter. .. Eg. *new PaginatedSearchOptions({* * filters: [new SearchFilter('f.entityType', ['public'], 'equals'),new SearchFilter('f.srNo', ["0"], 'notequals')];* *});* *but result give with zero(0)

[dspace-tech] Re: DSpace 7: How to add a language tag to a metadata field.

2022-12-29 Thread Carlos Campo
Hi, You're right. I hadn't realized. :-) Cheers. On Thursday, 29 December 2022 at 12:16:56 UTC+1 alo...@gmail.com wrote: > Hi, > > That would explains it & glad you had it resolved. It's good to know that > I'm not alone in making typos everywhere ;-). Check the subject of this > thread

[dspace-tech] Re: DSpace 7: Hot to add a language tag to a metadata field.

2022-12-29 Thread Mohammad S. AlMutairi
Hi, That would explains it & glad you had it resolved. It's good to know that I'm not alone in making typos everywhere ;-). Check the subject of this thread "Hot to add a language tag to a metadata field." :-). Cheers On Thursday, December 29, 2022 at 11:56:41 AM UTC+3 hipot...@gmail.com

[dspace-tech] Re: DSpace 7: Hot to add a language tag to a metadata field.

2022-12-29 Thread Carlos Campo
Hi " alo...@gmail.com" There was an error un my code: I wrote "value-pairsname", instead of "value-pairs-name" Now it works properly: [image: Screenshot_01_02.png] Thank you for your help. On Tuesday, 27 December 2022 at 17:46:17 UTC+1 alo...@gmail.com wrote: > On Tuesday, December 27,