Actions

Difference between revisions of "Proposals/Done/Tagging & Searching"

From Mahara Wiki

< Proposals‎ | Done
m (Anitsirk moved page Developer Area/Specifications in Development/Done/Tagging & Searching to Proposals/Done/Tagging & Searching: Shorter navigation, not always technical)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div style="clear:both; width:96%; background-color:#eee; float:left;padding:1% 2% 2% 2%;margin-top:30px;margin-bottom:30px;">
+
<div style="border:2px solid #ba9c53; text-align:left; padding:10px; border-radius:5px">
  <div style="text-align:center;">
+
<i class="fa fa-arrow-circle-o-right fa-lg"></i> '''Please see https://blueprints.launchpad.net/mahara for proposed features and those that are being worked on.'''
      <h3>Please see https://blueprints.launchpad.net/mahara for proposed features and those that are being worked on</h3>
 
  </div>
 
 
</div>
 
</div>
  
 +
These items were implemented.
  
 
''Discuss this Roadmap item, or offer to help fund it so it happens sooner, in the [http://mahara.org/interaction/forum/topic.php?id=843 Roadmap &amp; Funding forum]''
 
''Discuss this Roadmap item, or offer to help fund it so it happens sooner, in the [http://mahara.org/interaction/forum/topic.php?id=843 Roadmap &amp; Funding forum]''
Line 14: Line 13:
 
* Make it easier to search '''your own stuff''' - tag visualisations, freetext searching (basically, improve the 'search my portfolio' feature)
 
* Make it easier to search '''your own stuff''' - tag visualisations, freetext searching (basically, improve the 'search my portfolio' feature)
 
* Make it possible to find '''other people's stuff''' - the ability to search other Views that you can see. Note that this is potentially a very tricky problem, as you have to deal with View access restraints. People might want to restrict their search by institution/group etc. as well.
 
* Make it possible to find '''other people's stuff''' - the ability to search other Views that you can see. Note that this is potentially a very tricky problem, as you have to deal with View access restraints. People might want to restrict their search by institution/group etc. as well.
* Implement a proper '''solr plugin'''. It's the best way to offer features like stopwords, stemming, spell checking, relevance sorting etc., while providing a very quick search. The inbuilt SQL search can be a simplistic effort that works for smaller sites then.
+
* [Done with Elsticsearch instead of solr] Implement a proper '''solr plugin'''. It's the best way to offer features like stopwords, stemming, spell checking, relevance sorting etc., while providing a very quick search. The inbuilt SQL search can be a simplistic effort that works for smaller sites then.
 
* Make it easier to search for '''other people''' - e.g. by similar interests. This may well require re-working how we store profile information, and indeed what we store.
 
* Make it easier to search for '''other people''' - e.g. by similar interests. This may well require re-working how we store profile information, and indeed what we store.

Latest revision as of 17:43, 11 July 2020

Please see https://blueprints.launchpad.net/mahara for proposed features and those that are being worked on.

These items were implemented.

Discuss this Roadmap item, or offer to help fund it so it happens sooner, in the Roadmap & Funding forum

Mahara has tagging and searching features, but mostly they don't work as well as they could. You can enter tags on Views and artefacts, but you can't then visualise those tags (you can search on them using the "Search My Portfolio" sideblock, but that search is limited at best). Searching mostly works on substring matching, which isn't how most people search at all. In general, it's impossible to find other people's Views by keyword search, and very hard to find other people, even those that share your interests.

Some ideas for the future:

  • Make it easier to search your own stuff - tag visualisations, freetext searching (basically, improve the 'search my portfolio' feature)
  • Make it possible to find other people's stuff - the ability to search other Views that you can see. Note that this is potentially a very tricky problem, as you have to deal with View access restraints. People might want to restrict their search by institution/group etc. as well.
  • [Done with Elsticsearch instead of solr] Implement a proper solr plugin. It's the best way to offer features like stopwords, stemming, spell checking, relevance sorting etc., while providing a very quick search. The inbuilt SQL search can be a simplistic effort that works for smaller sites then.
  • Make it easier to search for other people - e.g. by similar interests. This may well require re-working how we store profile information, and indeed what we store.