Re: [dspace-tech] Mode of upgrading a DSpace repository from version 6 to 7 or 8

2024-04-12 Thread admin
Okay, so apparently moving the site to a new url without manipulating 
database could be painless.

Thank you, will be testing it further.

czwartek, 11 kwietnia 2024 o 11:19:45 UTC+1 gustav chinovava napisał(a):

> The access URL to a DSpace 7 repository is a combination of configurations 
> below.
> (1)Your local/public DNS 
> (2)Apache2 config or whatever web server used
> (3)DSpace local.cfg and angular ui config files
> (4)In my case server hosts file
>
> The URL is detached from the database in my view.
>
> On Thursday, April 11, 2024 at 11:39:46 AM GMT+2, admin <
> ad...@ispan.edu.pl> wrote: 
>
>
> Hello Gustav,
>
> Thanks. And can I test DSpace under temporary url and the move it into 
> final destination just by changing url in DSpace config? Or the url is also 
> included in the database so moving DSpace to a new url wouldn't be that 
> easy?
>
> Peter
>
> środa, 10 kwietnia 2024 o 13:40:27 UTC+1 gustav chinovava napisał(a):
>
> Hi Peter 
>
> As far as I know, handles reside in the postgreSQL database (table 
> 'handle').
>
> So a dump of you dspace database in 6.x, followed by a restore on the 
> newly-installed 7.x should do the trick.
> But of course do perform tests.
>
> And the 6.x restored database need a migrate task on it so one gets the 
> 7.x schema.
>
> Regards
>
> On Wednesday, April 10, 2024 at 02:28:45 PM GMT+2, admin <
> ad...@ispan.edu.pl> wrote: 
>
>
> Hello,
>
> I am now considering various approaches to upgrade DSpace from ver. 6 to 7 
> or 8.
>
> Would it be feasible to install a fresh new DSpace version and then import 
> publications from the old repository, but preserving specific elements like 
> item handles? Or traditional way of upgrading would be eventually less 
> challenging? I don't care about any UI customization, but obviously keeping 
> the current handles would be critical.
>
> Thanks
> Peter
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
>
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/dspace-tech/bd557ebc-0b7d-4ac9-900a-a607fbd7899bn%40googlegroups.com
>  
> 
> .
>
> -- 
> All messages to this mailing list should adhere to the Code of Conduct: 
> https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
> --- 
> 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...@googlegroups.com.
> To view this discussion on the web visit 
>
> https://groups.google.com/d/msgid/dspace-tech/9184734e-db94-4b76-9a3b-eeca6906db14n%40googlegroups.com
>  
> 
> .
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/aaabed5f-36c1-4b29-8291-d6d1b6047542n%40googlegroups.com.


Re: [Extern] Re: [dspace-tech] Mode of upgrading a DSpace repository from version 6 to 7 or 8

2024-04-12 Thread Michael Plate

Hi,

Am 12.04.24 um 11:25 schrieb admin:
Okay, so apparently moving the site to a new url without manipulating 
database could be painless.

[…]

I'd say: partial.
Your metadata will presumably contain the full URL in "identifier.url" 
(select * from metadatavalue where metadata_field_id =34;) , but this 
does not break the approach - just remember to update that later on in 
the database and run index-discovery.


CU

Michael

--
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b3716ff6-70dd-412a-b69c-3d130c58c354%40bibliothek.uni-kassel.de.


smime.p7s
Description: Kryptografische S/MIME-Signatur


[dspace-tech] Re: DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread Matthias Letsch
Just for the sake of completeness: Unfortunately, our search does not work 
as documented here: 
https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced

It says here that "Basic searching" corresponds to an AND search, but 
unfortunately this is not the case with us...

Matthias Letsch schrieb am Freitag, 12. April 2024 um 16:10:58 UTC+2:

> Hello there,
>
> Our quick search form on the homepage and in the navigation bar ist 
> working with a boolean OR operator by default. For example, if I enter the 
> string "Adaptation of model organisms", I get a hit list with over 700 hits 
> because every single entry is listed that contains any of the words 
> "adaptation" OR "of" (!) OR "model" OR "organisms" in any indexed metadata 
> field. I know that there is a publication with a title beginnig exactly 
> with this string, but that hit is not at the top, but hidden somewhere in 
> the middle of a list of otherwise not relevant hits.
>
> I personally don't find this useful and I don't know who does. When I 
> enter a bunch of words in a "quick search" form, I want exactly the results 
> that contain ALL the terms entered - the results of a search with an AND 
> operator. An OR search should only be available, if at all, as an advanced 
> search option that the user consciously selects.
>
> So where can I change the behavior of the search and set it accordingly?
>
> Thank you and kind regards
> Matthias
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/82de881f-0e95-4b43-b835-fb085d3b0a9dn%40googlegroups.com.


[dspace-tech] DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread Matthias Letsch
Hello there,

Our quick search form on the homepage and in the navigation bar ist working 
with a boolean OR operator by default. For example, if I enter the string 
"Adaptation of model organisms", I get a hit list with over 700 hits 
because every single entry is listed that contains any of the words 
"adaptation" OR "of" (!) OR "model" OR "organisms" in any indexed metadata 
field. I know that there is a publication with a title beginnig exactly 
with this string, but that hit is not at the top, but hidden somewhere in 
the middle of a list of otherwise not relevant hits.

I personally don't find this useful and I don't know who does. When I enter 
a bunch of words in a "quick search" form, I want exactly the results that 
contain ALL the terms entered - the results of a search with an AND 
operator. An OR search should only be available, if at all, as an advanced 
search option that the user consciously selects.

So where can I change the behavior of the search and set it accordingly?

Thank you and kind regards
Matthias

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/34724e14-77a1-41fd-80ab-608142a336f9n%40googlegroups.com.


[dspace-tech] Re: DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread 'Maruan Sahyoun' via DSpace Technical Support
Did you try putting the string in quotes?

BR
Maruan

Matthias Letsch schrieb am Freitag, 12. April 2024 um 16:18:34 UTC+2:

> Just for the sake of completeness: Unfortunately, our search does not work 
> as documented here: 
> https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced
>
> It says here that "Basic searching" corresponds to an AND search, but 
> unfortunately this is not the case with us...
>
> Matthias Letsch schrieb am Freitag, 12. April 2024 um 16:10:58 UTC+2:
>
>> Hello there,
>>
>> Our quick search form on the homepage and in the navigation bar ist 
>> working with a boolean OR operator by default. For example, if I enter the 
>> string "Adaptation of model organisms", I get a hit list with over 700 hits 
>> because every single entry is listed that contains any of the words 
>> "adaptation" OR "of" (!) OR "model" OR "organisms" in any indexed metadata 
>> field. I know that there is a publication with a title beginnig exactly 
>> with this string, but that hit is not at the top, but hidden somewhere in 
>> the middle of a list of otherwise not relevant hits.
>>
>> I personally don't find this useful and I don't know who does. When I 
>> enter a bunch of words in a "quick search" form, I want exactly the results 
>> that contain ALL the terms entered - the results of a search with an AND 
>> operator. An OR search should only be available, if at all, as an advanced 
>> search option that the user consciously selects.
>>
>> So where can I change the behavior of the search and set it accordingly?
>>
>> Thank you and kind regards
>> Matthias
>>
>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/dc615cc1-51ae-41ec-be8c-8ab7fbb7942en%40googlegroups.com.


Re: [Extern] Re: [dspace-tech] Mode of upgrading a DSpace repository from version 6 to 7 or 8

2024-04-12 Thread 'gustav chinovava' via DSpace Technical Support
 Hi Michael
I think this depends on how you set the following parameter in the local or 
dspace cfg.If such uri's are meant to be persistent (and used for citations), I 
would avoid a value that includes my domain - since domain is bound to change - 
and leave it pointing to the handle base URL.
That is if one subscribes to handle.net system
handle.canonical.prefix = http://hdl.handle.net/




On Friday, April 12, 2024 at 11:53:35 AM GMT+2, Michael Plate 
 wrote:  
 
 Hi,

Am 12.04.24 um 11:25 schrieb admin:
> Okay, so apparently moving the site to a new url without manipulating 
> database could be painless.
[…]

I'd say: partial.
Your metadata will presumably contain the full URL in "identifier.url" 
(select * from metadatavalue where metadata_field_id =34;) , but this 
does not break the approach - just remember to update that later on in 
the database and run index-discovery.

CU

Michael

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b3716ff6-70dd-412a-b69c-3d130c58c354%40bibliothek.uni-kassel.de.
  

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/318966092.9221807.1712924484290%40mail.yahoo.com.


[dspace-tech] Re: DSpace 7.6.1 How to make search work with AND operator instead of OR

2024-04-12 Thread Matthias Letsch
Thanks, I know I can do a search with quotes to get the exact string, but 
that's not what I want to accomplish. 

I just want a search for multiple terms to return hits that contain all 
those terms and not just one, regardless of their order in it.

Kind regards
Matthias

Maruan Sahyoun schrieb am Freitag, 12. April 2024 um 16:52:07 UTC+2:

> Did you try putting the string in quotes?
>
> BR
> Maruan
>
> Matthias Letsch schrieb am Freitag, 12. April 2024 um 16:18:34 UTC+2:
>
>> Just for the sake of completeness: Unfortunately, our search does not 
>> work as documented here: 
>> https://wiki.lyrasis.org/display/DSDOC7x/Search+-+Advanced
>>
>> It says here that "Basic searching" corresponds to an AND search, but 
>> unfortunately this is not the case with us...
>>
>> Matthias Letsch schrieb am Freitag, 12. April 2024 um 16:10:58 UTC+2:
>>
>>> Hello there,
>>>
>>> Our quick search form on the homepage and in the navigation bar ist 
>>> working with a boolean OR operator by default. For example, if I enter the 
>>> string "Adaptation of model organisms", I get a hit list with over 700 hits 
>>> because every single entry is listed that contains any of the words 
>>> "adaptation" OR "of" (!) OR "model" OR "organisms" in any indexed metadata 
>>> field. I know that there is a publication with a title beginnig exactly 
>>> with this string, but that hit is not at the top, but hidden somewhere in 
>>> the middle of a list of otherwise not relevant hits.
>>>
>>> I personally don't find this useful and I don't know who does. When I 
>>> enter a bunch of words in a "quick search" form, I want exactly the results 
>>> that contain ALL the terms entered - the results of a search with an AND 
>>> operator. An OR search should only be available, if at all, as an advanced 
>>> search option that the user consciously selects.
>>>
>>> So where can I change the behavior of the search and set it accordingly?
>>>
>>> Thank you and kind regards
>>> Matthias
>>>
>>

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/3aa1fcf9-4d8c-4fc1-9ab4-aee0f8412363n%40googlegroups.com.


[dspace-tech] Restricted Collections Supporting IIIF in DSPace 8?

2024-04-12 Thread Chris Clawson
Does this upcoming release permit IIIF/Mirador use in private collections 
and communities? This is important.

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/b6ac9747-3511-47d5-83c2-38a047e3b2aan%40googlegroups.com.