Custom Query (2152 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (982 - 984 of 2152)

Ticket Resolution Summary Owner Reporter
#1251 fixed Rename wiki.ckan.net to wiki.ckan.org rgrp rgrp

Reported by rgrp, 3 years ago.

Description

Inline with general naming policy going forward.

#1250 fixed Search results should be sorted by score rather than alphabetical pudo rgrp

Reported by rgrp, 3 years ago.

Description

At the moment we sort search results alphabetically. While this is useful for doing 'browse' case where no search bad for all other cases.

Adopt default sort order of 'score' though may wish to keep alphabetical for no search term (i.e. wildcard).

Options:

  • Default this in solr (no need to touch code) but fragile and affects everything ...
  • Do it in code and default to score
  • Do it in code and have alphabetical (on name or title?) when no criteria otherwise score

Aside: may also wish to support search in query api but that is for later!

#1249 fixed Exclude script tag from extraction for i18n pudo rgrp

Reported by rgrp, 3 years ago.

Description

Currently have this script section put in for i18n. It shouldn't be.

<script type="text/javascript">
//<![CDATA[
(function($){
    $.fn.ajaxCreateSlug = function(name, url) {
        var title = this;
        var updater = {
            init: function(title, name) {
                // Add a new element where the validity of the package name can be displayed
                this.name_field = name;
                this.title_field = title;
                this.name_field.parent().append('<div id="package_name_valid_msg"></div>');
                this.title_field.blur(this.title_change_handler())
                this.title_field.keyup(this.title_change_handler())
                this.name_field.keyup(this.name_change_handler());
                this.name_field.blur(this.name_blur_handler());
                this.url = url;
            },
....
Note: See TracQuery for help on using queries.